fix: propagate compile errors from imported modules and update test runner to skip them

This commit is contained in:
Bob Nystrom
2015-12-08 15:49:37 +00:00
parent 9dcba9f8b6
commit 0f0d3f0c2d
5 changed files with 21 additions and 7 deletions
@@ -0,0 +1,2 @@
System.print("before") // expect: before
import "module" for Module // expect runtime error: Could not compile module 'module'.
@@ -0,0 +1,2 @@
// nontest
undefined