fix test for new default ordering of main & test modules in drracket
This commit is contained in:
parent
7fabf5f3fc
commit
90a9b951b7
|
@ -382,7 +382,7 @@
|
|||
(module+ test (printf "test\n"))
|
||||
(module+ other (printf "other\n"))}
|
||||
#f
|
||||
#rx"main\ntest")
|
||||
#rx"test\nmain")
|
||||
|
||||
|
||||
(test @t{#lang racket}
|
||||
|
|
Loading…
Reference in New Issue
Block a user