summaryrefslogtreecommitdiff
path: root/tests/diagnostics/command-line/unknown-output-format.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/command-line/unknown-output-format.slang.expected')
-rw-r--r--tests/diagnostics/command-line/unknown-output-format.slang.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/diagnostics/command-line/unknown-output-format.slang.expected b/tests/diagnostics/command-line/unknown-output-format.slang.expected
new file mode 100644
index 000000000..c2f41fa71
--- /dev/null
+++ b/tests/diagnostics/command-line/unknown-output-format.slang.expected
@@ -0,0 +1,7 @@
+result code = 1
+standard error = {
+(0): error 60: cannot infer an output format from the output path 'cookies.jar'
+(0): error 70: the output path 'cookies.jar' is not associated with any entry point; a '-o' option for a compiled kernel must follow the '-entry' option for its corresponding entry point
+}
+standard output = {
+}