summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/tls.c')
-rw-r--r--clang/test/Sema/tls.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/Sema/tls.c b/clang/test/Sema/tls.c
index 4e5cfef0a3f..9da7bc81632 100644
--- a/clang/test/Sema/tls.c
+++ b/clang/test/Sema/tls.c
@@ -9,9 +9,8 @@
// RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only %s
// RUN: %clang_cc1 -triple x86_64-apple-macos10.7.0 -fsyntax-only %s
-// FIXME: I thought it was supported actually?
-// RUN: not %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only %s
-// RUN: not %clang_cc1 -triple i386-pc-win32 -fsyntax-only %s
+// RUN: %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only %s
+// RUN: %clang_cc1 -triple i386-pc-win32 -fsyntax-only %s
// OpenBSD does not suppport TLS.
// RUN: not %clang_cc1 -triple x86_64-pc-openbsd -fsyntax-only %s
OpenPOWER on IntegriCloud