fix import tests

This commit is contained in:
collin 2020-09-18 12:41:38 -07:00
parent 557fccd9da
commit 3164f6ce33

View File

@ -1,4 +1,4 @@
import test_import.foo as bar;
import test-import.foo as bar;
function main() {
console.assert(bar() == 1u32);