commit | 5992e4a9cf7e2762a746a6d355dfab4598125012 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat May 02 18:36:10 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat May 02 18:36:10 2009 +0000 |
tree | 071d577f53be0b02440f22e7ecb40910977f1cc4 | |
parent | 11e1b40d759a643086f590f6ffbd9d68360bad46 [diff] [blame] |
Fix a thinko and a test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70637 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaCXX/offsetof.cpp b/test/SemaCXX/offsetof.cpp index c8a3d3d..f0290e8 100644 --- a/test/SemaCXX/offsetof.cpp +++ b/test/SemaCXX/offsetof.cpp
@@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s -Winvalid-offsetof struct NonPOD { virtual void f();