summaryrefslogtreecommitdiff
path: root/tests/bugs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-03-23 10:54:01 -0700
committerGitHub <noreply@github.com>2024-03-23 10:54:01 -0700
commita23adc221b1ea26db3f3313226b629eb9e308b0f (patch)
tree6f758d64201f2c606dc3e61394899bff4fa72f51 /tests/bugs
parent9b0df14cdf9d9ea8857b5b9d59505b18020f8414 (diff)
Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/gh-103.slang2
-rw-r--r--tests/bugs/gh-333.slang2
-rw-r--r--tests/bugs/gh-666.slang2
-rw-r--r--tests/bugs/split-nested-types.hlsl2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/bugs/gh-103.slang b/tests/bugs/gh-103.slang
index 4bad20b20..a0992463d 100644
--- a/tests/bugs/gh-103.slang
+++ b/tests/bugs/gh-103.slang
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL:-no-mangle -profile ps_4_0 -entry main
+//TEST:COMPARE_HLSL: -profile ps_4_0 -entry main
// Ensure that matrix-times-scalar works
diff --git a/tests/bugs/gh-333.slang b/tests/bugs/gh-333.slang
index a1e3ea20d..b3ecf9204 100644
--- a/tests/bugs/gh-333.slang
+++ b/tests/bugs/gh-333.slang
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL:-no-mangle -profile ps_5_0 -entry main
+//TEST:COMPARE_HLSL: -profile ps_5_0 -entry main
// Ensure declaration order in output is correct
diff --git a/tests/bugs/gh-666.slang b/tests/bugs/gh-666.slang
index fa46d1de7..ff891d794 100644
--- a/tests/bugs/gh-666.slang
+++ b/tests/bugs/gh-666.slang
@@ -1,6 +1,6 @@
// gh-666.slang
-//TEST:COMPARE_HLSL:-no-mangle -profile ps_5_0 -entry main
+//TEST:COMPARE_HLSL: -profile ps_5_0 -entry main
static const uint foo = 1;
static const uint bar = foo;
diff --git a/tests/bugs/split-nested-types.hlsl b/tests/bugs/split-nested-types.hlsl
index 2bfea49c2..723e6d414 100644
--- a/tests/bugs/split-nested-types.hlsl
+++ b/tests/bugs/split-nested-types.hlsl
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL:-no-mangle -profile ps_5_0
+//TEST:COMPARE_HLSL: -profile ps_5_0
#ifdef __SLANG__