summaryrefslogtreecommitdiffstats
path: root/tests/reflection
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2023-05-31 15:15:36 -0400
committerGitHub <noreply@github.com>2023-05-31 15:15:36 -0400
commit57f0ab410766374b155fa546c31812d593480048 (patch)
treef04dd0420e07800e2c6eb7eebb62c3313480ac26 /tests/reflection
parentc3e36444c53f592e1105783df73f67c169cfe7b9 (diff)
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.
Diffstat (limited to 'tests/reflection')
-rw-r--r--tests/reflection/global-type-params.slang.expected4
1 files changed, 2 insertions, 2 deletions
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",