tests/test-debugindexdot.out
author Bryan O'Sullivan <bos@serpentine.com>
Fri, 05 Oct 2007 12:28:18 -0700
changeset 5386 8051549afb32
parent 5346 8838fe5a236f
child 6336 4b0c9c674707
permissions -rw-r--r--
Fix accidentally broken test.

digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}