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,5 +1,5 @@
// nontest
IO.print("b")
var Shared = "shared.wren".import_("Shared")
var Shared = "shared".import_("Shared")
var B = "b " + Shared
IO.print("b done")