diff --git a/clang/test/CodeGenCXX/threadlocal_address.cpp b/clang/test/CodeGenCXX/threadlocal_address.cpp index d61b578034a8..d3b17796c3ad 100644 --- a/clang/test/CodeGenCXX/threadlocal_address.cpp +++ b/clang/test/CodeGenCXX/threadlocal_address.cpp @@ -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()