summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx11-ast-print.cpp
diff options
context:
space:
mode:
authorEnea Zaffanella <zaffanella@cs.unipr.it>2013-05-04 11:26:59 +0000
committerEnea Zaffanella <zaffanella@cs.unipr.it>2013-05-04 11:26:59 +0000
commitaa3d68af3b533ee79a862f2c6d159b79d278a6fc (patch)
tree5053bc82c225888fcfb84bcca493ed43f667604e /test/SemaCXX/cxx11-ast-print.cpp
parent269cc2daf3a36ad878ea1d4cb356aa38311f6e2d (diff)
downloadclang-aa3d68af3b533ee79a862f2c6d159b79d278a6fc.tar.gz
Moved pretty printer test for thread local storage in its own file
and specified the triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCXX/cxx11-ast-print.cpp')
-rw-r--r--test/SemaCXX/cxx11-ast-print.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/SemaCXX/cxx11-ast-print.cpp b/test/SemaCXX/cxx11-ast-print.cpp
index b239762bb0..f7bfc1123a 100644
--- a/test/SemaCXX/cxx11-ast-print.cpp
+++ b/test/SemaCXX/cxx11-ast-print.cpp
@@ -43,10 +43,3 @@ const char *p10 = 3.300e+15_fritz;
// CHECK-NOT: ;
-// CHECK: __thread int gnu_tl;
-// CHECK: _Thread_local int c11_tl;
-// CHECK: thread_local int cxx11_tl;
-__thread int gnu_tl;
-_Thread_local int c11_tl;
-thread_local int cxx11_tl;
-