summaryrefslogtreecommitdiffstats
path: root/tests/compute/generics-constructor.slang
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-11-04 19:41:31 -0400
committerYong He <yonghe@outlook.com>2017-11-04 19:41:31 -0400
commit87c15d35085b4bbec9ced8e170d027d58de4e6ef (patch)
tree9a51925c5a980735e78ff0427a41f6a00202bd1f /tests/compute/generics-constructor.slang
parent33d9f07d6c86e80c44af4de0693532cee6635135 (diff)
move advanced test cases out of 'smoke' category
Diffstat (limited to 'tests/compute/generics-constructor.slang')
-rw-r--r--tests/compute/generics-constructor.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/generics-constructor.slang b/tests/compute/generics-constructor.slang
index c7473cc8b..47dc0272a 100644
--- a/tests/compute/generics-constructor.slang
+++ b/tests/compute/generics-constructor.slang
@@ -1,4 +1,4 @@
-//TEST(smoke, compute):COMPARE_COMPUTE:-xslang -use-ir
+//TEST(compute):COMPARE_COMPUTE:-xslang -use-ir
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out
RWStructuredBuffer<float> outputBuffer;