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,5 +1,5 @@
var Module = "module.wren".import_("Module")
var Other = "module.wren".import_("Other")
var Module = "module".import_("Module")
var Other = "module".import_("Other")
IO.print(Module) // expect: before