fix test for new default ordering of main & test modules in drracket

This commit is contained in:
Robby Findler 2014-01-25 21:37:22 -06:00
parent 7fabf5f3fc
commit 90a9b951b7

View File

@ -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}