summaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2018-03-12 14:02:28 -0400
committerTim Foley <tfoleyNV@users.noreply.github.com>2018-03-12 11:02:28 -0700
commite08f0c6ea0552a2d626294c718cd4409f437ba10 (patch)
treeeea41576e8422bf9e299227328b5e326ce90dafd /tests/bugs
parent51bc468959b5ab8103c196adaabcafdb5d0b3feb (diff)
Stop compilation when a imported module contains errors. (#440)
* Stop compilation when a important module contains errors. * Fixup test cases
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/import-with-error.slang.expected1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/import-with-error.slang.expected b/tests/bugs/import-with-error.slang.expected
index b71dba0f1..3a70095c3 100644
--- a/tests/bugs/import-with-error.slang.expected
+++ b/tests/bugs/import-with-error.slang.expected
@@ -1,6 +1,7 @@
result code = -1
standard error = {
tests/bugs/import-with-error-extra.slang(10): error 30015: undefined identifier 'b'.
+tests/bugs/import-with-error.slang(6): fatal error 39999: error in imported module, compilation ceased.
}
standard output = {
}