From 57f0ab410766374b155fa546c31812d593480048 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 31 May 2023 15:15:36 -0400 Subject: Confirm reflection output is valid JSON (#2910) * #include an absolute path didn't work - because paths were taken to always be relative. * Small fixes and improvements around reflection tool. * Make PrettyWriter printing a class. * Confirm reflection output is valid JSON. * Fix issue with diagnostic tests. --- tests/reflection/global-type-params.slang.expected | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/reflection') diff --git a/tests/reflection/global-type-params.slang.expected b/tests/reflection/global-type-params.slang.expected index 4fb7d0279..a168ce03f 100644 --- a/tests/reflection/global-type-params.slang.expected +++ b/tests/reflection/global-type-params.slang.expected @@ -200,7 +200,7 @@ standard output = { [ { "name": "TParam", - constraints: + "constraints": [ { "kind": "Interface", @@ -210,7 +210,7 @@ standard output = { }, { "name": "TParam2", - constraints: + "constraints": [ { "kind": "Interface", -- cgit v1.2.3