[NFC] Fix test failure in windows

This commit is contained in:
Chuanqi Xu 2022-08-01 14:13:49 +08:00
parent d52e8708ae
commit 39dd8dcf20
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ int g() {
i++;
return i;
}
// CHECK: @i = thread_local global i32 0
// CHECK: @i = {{.*}}thread_local global i32 0
// CHECK: @_ZZ1fvE1j = internal thread_local global i32 0
//
// CHECK: @_Z1gv()