summaryrefslogtreecommitdiff
path: root/tests/diagnostics/command-line/unknown-codegen-target.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/command-line/unknown-codegen-target.slang.expected')
-rw-r--r--tests/diagnostics/command-line/unknown-codegen-target.slang.expected6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/diagnostics/command-line/unknown-codegen-target.slang.expected b/tests/diagnostics/command-line/unknown-codegen-target.slang.expected
new file mode 100644
index 000000000..0db8d267a
--- /dev/null
+++ b/tests/diagnostics/command-line/unknown-codegen-target.slang.expected
@@ -0,0 +1,6 @@
+result code = 1
+standard error = {
+(0): error 13: unknown code generation target 'z80'
+}
+standard output = {
+}