summaryrefslogtreecommitdiff
path: root/tests/bugs
diff options
context:
space:
mode:
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__