tests/test-debugindexdot.out
author Bryan O'Sullivan <bos@serpentine.com>
Fri, 05 Oct 2007 12:42:52 -0700
changeset 5388 557e4a916e12
parent 5348 8838fe5a236f
permissions -rw-r--r--
run-tests.py: allow a different temporary directory to be specified

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