Skip to content

Commit 9962a50

Browse files
committed
update test
1 parent 54ca6b0 commit 9962a50

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-DAG:error {{.*}} TEST_specialize<float>
60+
// CHK-DAG:{{.*}} TEST_specialize<float>
6161
TEST_specialize<float>();
6262

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

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

0 commit comments

Comments
 (0)