forked from OSchip/llvm-project
clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
llvm-svn: 204038
This commit is contained in:
parent
bd7563eee2
commit
23b5eaf706
|
@ -6,6 +6,7 @@
|
|||
// lwg404: yes
|
||||
// lwg2340: yes
|
||||
|
||||
// REQUIRES: LP64
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
namespace std { struct bad_alloc {}; }
|
||||
int x;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue