We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9962a50 commit 71386aeCopy full SHA for 71386ae
tests/language-feature/static_assert.slang
@@ -1,6 +1,4 @@
1
-//TEST:SIMPLE:-target hlsl -stage compute -entry computeMain
2
-//TEST:SIMPLE(filecheck=CHK):-target glsl -stage compute -entry computeMain
3
-//TEST:SIMPLE(filecheck=CHK):-target spirv -stage compute -entry computeMain
+//TEST:SIMPLE(filecheck=CHK):-target hlsl -stage compute -entry computeMain
4
//TEST:SIMPLE(filecheck=HLSL):-target hlsl -stage compute -entry computeMain
5
//TEST:SIMPLE(filecheck=GLSL):-target glsl -stage compute -entry computeMain
6
//TEST:SIMPLE(filecheck=SPV):-target spirv -stage compute -entry computeMain
0 commit comments