summaryrefslogtreecommitdiff
path: root/tests/bugs/import-with-error.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/import-with-error.slang.expected')
-rw-r--r--tests/bugs/import-with-error.slang.expected4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/import-with-error.slang.expected b/tests/bugs/import-with-error.slang.expected
index 3a70095c3..86f34fc9f 100644
--- a/tests/bugs/import-with-error.slang.expected
+++ b/tests/bugs/import-with-error.slang.expected
@@ -1,7 +1,11 @@
result code = -1
standard error = {
tests/bugs/import-with-error-extra.slang(10): error 30015: undefined identifier 'b'.
+ int a = b;
+ ^
tests/bugs/import-with-error.slang(6): fatal error 39999: error in imported module, compilation ceased.
+import import_with_error_extra;
+ ^~~~~~~~~~~~~~~~~~~~~~~
}
standard output = {
}