summaryrefslogtreecommitdiff
path: root/tests/front-end/parser-error-unclosed-curly.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/front-end/parser-error-unclosed-curly.slang.expected')
-rw-r--r--tests/front-end/parser-error-unclosed-curly.slang.expected6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/front-end/parser-error-unclosed-curly.slang.expected b/tests/front-end/parser-error-unclosed-curly.slang.expected
new file mode 100644
index 000000000..379557108
--- /dev/null
+++ b/tests/front-end/parser-error-unclosed-curly.slang.expected
@@ -0,0 +1,6 @@
+result code = -1
+standard error = {
+tests/front-end/parser-error-unclosed-curly.slang(4): error 20001: unexpected end of file, expected '}'
+}
+standard output = {
+}