From 76fdeaa477a5d21176facf0296f77e28e2d59477 Mon Sep 17 00:00:00 2001 From: Stan <109335133+stanoddly@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:14:56 +0100 Subject: Fixed stage and result field names in json reflection (#5927) --- tests/ir/string-literal-hash-reflection.slang.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ir') diff --git a/tests/ir/string-literal-hash-reflection.slang.expected b/tests/ir/string-literal-hash-reflection.slang.expected index 4b3726efe..7f99493f7 100644 --- a/tests/ir/string-literal-hash-reflection.slang.expected +++ b/tests/ir/string-literal-hash-reflection.slang.expected @@ -21,7 +21,7 @@ standard output = { "entryPoints": [ { "name": "computeMain", - "stage:": "compute", + "stage": "compute", "parameters": [ { "name": "tid", -- cgit v1.2.3