We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d2af1 commit 54ca6b0Copy full SHA for 54ca6b0
tests/language-feature/static_assert.slang
@@ -57,11 +57,11 @@ extension MyType<T>
57
void computeMain(int3 dispatchThreadID: SV_DispatchThreadID)
58
{
59
// CHK-DAG: error {{.*}} TEST_specialize T_is_int
60
- // CHK:error {{.*}} TEST_specialize<float>
+ // CHK-DAG:error {{.*}} TEST_specialize<float>
61
TEST_specialize<float>();
62
63
// CHK-DAG: error {{.*}} TEST_specialize T_is_float
64
- // CHK:error {{.*}} TEST_specialize<int>
+ // CHK-DAG:error {{.*}} TEST_specialize<int>
65
TEST_specialize<int>();
66
67
//HLSL: error {{.*}} TEST_target_switch all
0 commit comments