summaryrefslogtreecommitdiffstats
path: root/tests/reflection/std430-layout.glsl
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-10-13 18:14:42 -0700
committerGitHub <noreply@github.com>2017-10-13 18:14:42 -0700
commit64ddefb90cf440df7879d1f2f9cc61de71e0f181 (patch)
tree03d113b2e58c9e232021df38350744226600f79c /tests/reflection/std430-layout.glsl
parent575230b93370fea86ecccb53fba73927280e917b (diff)
Move reflection JSON generation into separate text fixture (#211)
Move reflection JSON generation into separate test fixture
Diffstat (limited to 'tests/reflection/std430-layout.glsl')
-rw-r--r--tests/reflection/std430-layout.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reflection/std430-layout.glsl b/tests/reflection/std430-layout.glsl
index 8afda8e0c..73e48a8a0 100644
--- a/tests/reflection/std430-layout.glsl
+++ b/tests/reflection/std430-layout.glsl
@@ -1,5 +1,5 @@
#version 450
-//TEST(smoke):SIMPLE:-profile ps_4_0 -target glsl -target reflection-json
+//TEST(smoke):REFLECTION:-profile ps_4_0 -target glsl
// Confirm fix for GitHub issue #55