summaryrefslogtreecommitdiff
path: root/tests/bugs
diff options
context:
space:
mode:
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 = {
}