summaryrefslogtreecommitdiff
path: root/tests/diagnostics/token-paste-location.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diagnostics/token-paste-location.slang.expected')
-rw-r--r--tests/diagnostics/token-paste-location.slang.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/diagnostics/token-paste-location.slang.expected b/tests/diagnostics/token-paste-location.slang.expected
new file mode 100644
index 000000000..e8f689a45
--- /dev/null
+++ b/tests/diagnostics/token-paste-location.slang.expected
@@ -0,0 +1,7 @@
+result code = -1
+standard error = {
+token paste(1): error 20001: unexpected '%', expected identifier
+tests/diagnostics/token-paste-location.slang(10): note: see token pasted location
+}
+standard output = {
+}