summaryrefslogtreecommitdiff
path: root/test/SemaCXX/offsetof.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-05-03 21:22:18 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-05-03 21:22:18 +0000
commitc0d600c83a91b200616616f3982553c0ff42fcf3 (patch)
treea305caf3eff4dbd170a9c35f398bd9da8abb5a89 /test/SemaCXX/offsetof.cpp
parent9c2b34728b1a7c9df2df25fb5952dd33411a5a23 (diff)
downloadclang-c0d600c83a91b200616616f3982553c0ff42fcf3.tar.gz
Fix/re-enable test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCXX/offsetof.cpp')
-rw-r--r--test/SemaCXX/offsetof.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/SemaCXX/offsetof.cpp b/test/SemaCXX/offsetof.cpp
index 2c03bed273..f0290e889a 100644
--- a/test/SemaCXX/offsetof.cpp
+++ b/test/SemaCXX/offsetof.cpp
@@ -1,6 +1,4 @@
-// FIXME: This test fails on 32-bit platforms? Investigate.
-
-// RUNX: clang-cc -fsyntax-only -verify %s -Winvalid-offsetof
+// RUN: clang-cc -fsyntax-only -verify %s -Winvalid-offsetof
struct NonPOD {
virtual void f();