tests/test-debugindexdot.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 05 Sep 2008 11:02:12 +0200
changeset 6990 ca6103c5eefd
parent 6336 4b0c9c674707
permissions -rw-r--r--
fix test-bisect error (because of set -e)

created new head
digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}