Fix TR's GUI test harness.
original commit: 498ee4bea17298a96a8fc0ffee956e36e3b639c7
This commit is contained in:
parent
5e37d261e5
commit
7635a7927d
|
@ -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")]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user