Add ".wren" to modules in the embedder.

This commit is contained in:
Bob Nystrom
2015-02-06 11:52:05 -08:00
parent bb647d4247
commit 2005e1e0a2
10 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
var Module = "module.wren".import_("Module")
var Module = "module".import_("Module")
// expect: ran module
IO.print(Module) // expect: from module