summaryrefslogtreecommitdiff
path: root/tests/ir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ir')
-rw-r--r--tests/ir/string-literal.slang.expected4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected
index 80d7ce67c..91a6ccec2 100644
--- a/tests/ir/string-literal.slang.expected
+++ b/tests/ir/string-literal.slang.expected
@@ -1,8 +1,8 @@
result code = 0
standard error = {
### LOWER-TO-IR:
-[entryPoint(6, "main")]
-[numThreads(1, 1, 1)]
+[entryPoint(6 : Int, "main")]
+[numThreads(1 : Int, 1 : Int, 1 : Int)]
[export("_S3tu04mainp1puV")]
[nameHint("main")]
func %main : Func(Void, UInt)