summaryrefslogtreecommitdiff
path: root/tests/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/import-with-error.slang.expected3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/import-with-error.slang.expected b/tests/bugs/import-with-error.slang.expected
index 86f34fc9f..8dbe7efbc 100644
--- a/tests/bugs/import-with-error.slang.expected
+++ b/tests/bugs/import-with-error.slang.expected
@@ -3,9 +3,10 @@ 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.
+tests/bugs/import-with-error.slang(6): error 39999: import of module 'import_with_error_extra' failed because of a compilation error
import import_with_error_extra;
^~~~~~~~~~~~~~~~~~~~~~~
+(0): fatal error 39999: compilation ceased
}
standard output = {
}