summaryrefslogtreecommitdiffstats
path: root/tests/ir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ir')
-rw-r--r--tests/ir/string-literal.slang.expected2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected
index 3f6b2f0ff..80d7ce67c 100644
--- a/tests/ir/string-literal.slang.expected
+++ b/tests/ir/string-literal.slang.expected
@@ -1,5 +1,6 @@
result code = 0
standard error = {
+### LOWER-TO-IR:
[entryPoint(6, "main")]
[numThreads(1, 1, 1)]
[export("_S3tu04mainp1puV")]
@@ -12,6 +13,7 @@ block %1(
return_void
}
global_hashed_string_literals("Hello \t\n\0x083 World")
+###
}
standard output = {
}