Skip to content
Snippets Groups Projects
Commit 3c0f03cd authored by David Majnemer's avatar David Majnemer
Browse files

Fix buildbots

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237338 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5a2586aa
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ struct HasDtor { ~HasDtor(); int x; };
#if _MSC_VER >= 1900
__declspec(thread) HasDtor g;
#else
__declspec(thread) HasCtor f; // expected-error {{must be a constant expression}} expected-note {{thread_local}}
__declspec(thread) HasCtor g; // expected-error {{must be a constant expression}} expected-note {{thread_local}}
#endif
struct HasDefaultedDefaultCtor {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment