diff options
-rw-r--r-- | test/CodeGenObjC/property.m | 3 | ||||
-rw-r--r-- | test/SemaCXX/overloaded-builtin-operators.cpp | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGenObjC/property.m b/test/CodeGenObjC/property.m index aab7c73ad0..6a438268c7 100644 --- a/test/CodeGenObjC/property.m +++ b/test/CodeGenObjC/property.m @@ -1,8 +1,5 @@ // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o - %s | FileCheck %s -// PR13820 -// REQUIRES: LP64 - // TODO: actually test most of this instead of just emitting it int printf(const char *, ...); diff --git a/test/SemaCXX/overloaded-builtin-operators.cpp b/test/SemaCXX/overloaded-builtin-operators.cpp index fed84de360..7899403e2c 100644 --- a/test/SemaCXX/overloaded-builtin-operators.cpp +++ b/test/SemaCXX/overloaded-builtin-operators.cpp @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -fsyntax-only -fshow-overloads=best -verify -triple x86_64-linux-gnu %s -// REQUIRES: LP64 struct yes; struct no; |