clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]

llvm-svn: 204038
This commit is contained in:
NAKAMURA Takumi 2014-03-17 11:55:46 +00:00
parent bd7563eee2
commit 23b5eaf706
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// lwg404: yes
// lwg2340: yes
// REQUIRES: LP64
typedef __SIZE_TYPE__ size_t;
namespace std { struct bad_alloc {}; }
int x;

View File

@ -396,6 +396,7 @@ namespace dr428 { // dr428: yes
}
namespace dr429 { // dr429: yes c++11
// REQUIRES: LP64
// FIXME: This rule is obviously intended to apply to C++98 as well.
typedef __SIZE_TYPE__ size_t;
struct A {