summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYONGH\yongh <yonghe@outlook.com>2017-10-25 20:13:45 -0400
committerYONGH\yongh <yonghe@outlook.com>2017-10-25 20:13:45 -0400
commitcb8369849a198ea330a0b82f805d6b4a00ebc50b (patch)
treebd0558ed5f57d700fb45bc88fc43df39203f2c43 /tests
parent52ceff4beee7cdc7d47eb9292a35e9f610a80bdc (diff)
test
Diffstat (limited to 'tests')
-rw-r--r--tests/compute/textureSamplingTest.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/textureSamplingTest.slang b/tests/compute/textureSamplingTest.slang
index c715ec89e..1aa267b89 100644
--- a/tests/compute/textureSamplingTest.slang
+++ b/tests/compute/textureSamplingTest.slang
@@ -1,4 +1,4 @@
-//TEST(smoke,compute):COMPARE_RENDER_COMPUTE:
+//TEST(compute):COMPARE_RENDER_COMPUTE:
//TEST_INPUT: Texture1D(size=4, content = one) : dxbinding(0),glbinding(0)
//TEST_INPUT: Texture2D(size=4, content = one) : dxbinding(1),glbinding(1)
//TEST_INPUT: Texture3D(size=4, content = one) : dxbinding(2),glbinding(2)