diff options
| -rw-r--r-- | clang/test/Sema/thread-specifier.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/thread-specifier.c b/clang/test/Sema/thread-specifier.c index 091bc097c7a..a9789c8841f 100644 --- a/clang/test/Sema/thread-specifier.c +++ b/clang/test/Sema/thread-specifier.c @@ -11,7 +11,7 @@  #undef __private_extern__  #endif -__thread int t1; // thread-local-warning {{_Thread_local thread-local-warning}} +__thread int t1; // thread-local-warning {{_Thread_local is a C11 extension}}  __thread extern int t2; // thread-local-warning {{_Thread_local is a C11 extension}}  __thread static int t3; // thread-local-warning {{_Thread_local is a C11 extension}}  #ifdef GNU  | 

