]> granicus.if.org Git - clang/commitdiff
clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 7 Dec 2012 06:57:40 +0000 (06:57 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 7 Dec 2012 06:57:40 +0000 (06:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169587 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/property.m
test/SemaCXX/overloaded-builtin-operators.cpp

index aab7c73ad069717eab79d2f2d9f7d2cf83e04072..6a438268c78fa6862778cabcc3d5eee17a88be58 100644 (file)
@@ -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 *, ...);
index fed84de360488992e1ea52f3c2f4079985a1e956..7899403e2ce3dec4aa830a02cad8de2ea68dab42 100644 (file)
@@ -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;