diff options
Diffstat (limited to 'clang/test/Sema')
-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 1d711c1b27b..8d66e539c87 100644 --- a/clang/test/Sema/thread-specifier.c +++ b/clang/test/Sema/thread-specifier.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -triple i686-pc-linux-gnu -fsyntax-only -verify %s __thread int t1; __thread extern int t2; |