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.expected6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs/import-with-error.slang.expected b/tests/bugs/import-with-error.slang.expected
new file mode 100644
index 000000000..b71dba0f1
--- /dev/null
+++ b/tests/bugs/import-with-error.slang.expected
@@ -0,0 +1,6 @@
+result code = -1
+standard error = {
+tests/bugs/import-with-error-extra.slang(10): error 30015: undefined identifier 'b'.
+}
+standard output = {
+}