fix some test properties/submodules

Mostly, revert accidentally removed ".scm" and ".ss" entries.

original commit: d33638248ed67836ef8e0f79e855abfabbb4b3db
This commit is contained in:
Matthew Flatt 2013-12-30 15:59:30 -07:00
parent 1caa7fb9aa
commit 7944363893

View File

@ -19,3 +19,5 @@
(new message% [parent f] [label "so check that it's not too often."])
(new button% [parent f] [label "Refresh"] [callback (lambda (b e) (send c refresh))])
(send f show #t)
(module test racket/base)