added tests for topological-sort

svn: r14813

original commit: 9c99a32d29f37cf5dfb06468b3579c94a9a71089
This commit is contained in:
Eli Barzilay 2009-05-14 15:33:20 +00:00
parent 304cdc2483
commit 18b996199b

View File

@ -1,7 +1,7 @@
#lang scheme/base
(require tests/eli-tester profile/structs profile/analyzer
scheme/match scheme/list)
scheme/match scheme/list "topsort.ss")
(define A '(A . #f))
(define B '(B . #f))
@ -37,6 +37,8 @@
(test
do (topological-sort-tests)
(match (analyze `(10
[0 0 ,A]
[0 1 ,A]))