From 166f9b913d5b55b4f190627d5f1e3303513b2e82 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 26 Aug 2019 20:46:20 +0000 Subject: [PATCH] Fixing a weird copy-pasta to get bots back to green. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369960 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/thread-specifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sema/thread-specifier.c b/test/Sema/thread-specifier.c index 091bc097c7..a9789c8841 100644 --- a/test/Sema/thread-specifier.c +++ b/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 -- 2.40.0