From 8fda1ab0fbfeac24489906d0bd6714c337f66e0f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 7 Dec 2012 06:57:40 +0000 Subject: [PATCH] clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit triple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169587 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/property.m | 3 --- test/SemaCXX/overloaded-builtin-operators.cpp | 1 - 2 files changed, 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; -- 2.40.0