From: NAKAMURA Takumi Date: Sun, 12 Oct 2014 06:44:05 +0000 (+0000) Subject: clang/test/Driver: Some tests don't REQUIRE asserts any more. Remove them. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df527b05fd2c196a48087ad0d843155f274bcbba;p=clang clang/test/Driver: Some tests don't REQUIRE asserts any more. Remove them. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219580 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/darwin-verify-debug.c b/test/Driver/darwin-verify-debug.c index 4878c746e0..50a6cf31b8 100644 --- a/test/Driver/darwin-verify-debug.c +++ b/test/Driver/darwin-verify-debug.c @@ -1,6 +1,5 @@ // Check that we verify debug output properly with multiple -arch options. // -// REQUIRES: asserts // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \ // RUN: --verify-debug-info -arch i386 -arch x86_64 %s -g 2> %t // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s diff --git a/test/Driver/split-debug.c b/test/Driver/split-debug.c index 792abbd552..6296c4672e 100644 --- a/test/Driver/split-debug.c +++ b/test/Driver/split-debug.c @@ -1,6 +1,5 @@ // Check that we split debug output properly // -// REQUIRES: asserts // RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -### %s 2> %t // RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s // diff --git a/test/Driver/split-debug.s b/test/Driver/split-debug.s index d5f077af13..64e8f2fa03 100644 --- a/test/Driver/split-debug.s +++ b/test/Driver/split-debug.s @@ -1,6 +1,5 @@ // Check that we split debug output properly // -// REQUIRES: asserts // RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -c -### %s 2> %t // RUN: FileCheck -check-prefix=CHECK-ACTIONS < %t %s //