Skip to content

Commit 54ca6b0

Browse files
committed
update test
1 parent 38d2af1 commit 54ca6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/language-feature/static_assert.slang

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ extension MyType<T>
5757
void computeMain(int3 dispatchThreadID: SV_DispatchThreadID)
5858
{
5959
// CHK-DAG: error {{.*}} TEST_specialize T_is_int
60-
// CHK:error {{.*}} TEST_specialize<float>
60+
// CHK-DAG:error {{.*}} TEST_specialize<float>
6161
TEST_specialize<float>();
6262

6363
// CHK-DAG: error {{.*}} TEST_specialize T_is_float
64-
// CHK:error {{.*}} TEST_specialize<int>
64+
// CHK-DAG:error {{.*}} TEST_specialize<int>
6565
TEST_specialize<int>();
6666

6767
//HLSL: error {{.*}} TEST_target_switch all

0 commit comments

Comments
 (0)