Fix TR's GUI test harness.

original commit: 498ee4bea17298a96a8fc0ffee956e36e3b639c7
This commit is contained in:
Vincent St-Amour 2011-02-28 16:55:54 -05:00
parent 5e37d261e5
commit 7635a7927d

View File

@ -30,7 +30,7 @@
(cond [(and (unit?) (int?)) tests]
[(unit?) unit-tests]
[(int?) int-tests]
[(the-tests) (the-tests)]
[(or (the-tests) (bench?) (opt?)) (the-tests)]
[else
(error "You must specify which tests should be run. See --help for more info.\n")]))