fix Planet resolver for submodule tests

For example, `(module-declared? '(submod (planet dyoo/bf) reader) #t)'
shouldn't fail if there's no "main.rkt" to hold a `reader' submodule;
it should return #f.

Merge to 5.3, but updating cstartup.inc will require a manual merge.

original commit: 862e1628a6
This commit is contained in:
Matthew Flatt 2012-04-19 08:02:50 -06:00
parent 4b4a17b3c6
commit 7afd70f96e

View File

@ -0,0 +1,3 @@
#lang racket/base
(module+ the-sub)