summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-10-09 14:24:00 -0400
committerGitHub <noreply@github.com>2019-10-09 14:24:00 -0400
commit9a09e2ed2c06ac5532488c418badec98ef362ca9 (patch)
treee7a73d951ab81187c73aa25cf5c3f7c9d3980538 /tests
parent0b61643bf82e2dd44317f6ff83b1a088e337610f (diff)
Feature/decor entry point name (#1073)
* Use name hint on EntryPoint naming. * Placed the entry point name on the EntryPointDecoration.
Diffstat (limited to 'tests')
-rw-r--r--tests/ir/string-literal.slang.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected
index 72baa8f7e..44464d97a 100644
--- a/tests/ir/string-literal.slang.expected
+++ b/tests/ir/string-literal.slang.expected
@@ -1,6 +1,6 @@
result code = 0
standard error = {
-[entryPoint(6)]
+[entryPoint(6, "main")]
[numThreads(1, 1, 1)]
[export("_S3tu04mainp1puV")]
[nameHint("main")]