From: Sean Silva Date: Wed, 29 Jun 2016 00:29:23 +0000 (+0000) Subject: Revert "[PS4] Tighten up a test (noticed in passing)" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b198a3e5528b60caf126252624cc59353768e2c;p=clang Revert "[PS4] Tighten up a test (noticed in passing)" This reverts commit r269709. r262285 changed this deliberately so that the test would not be sensitive to which binaries are in the same directory as clang. See the commit message of that commit for more background. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274084 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/ps4-linker-win.c b/test/Driver/ps4-linker-win.c index 68a7048846..6fbd84bb6d 100644 --- a/test/Driver/ps4-linker-win.c +++ b/test/Driver/ps4-linker-win.c @@ -22,5 +22,5 @@ // RUN: env "PATH=%T;%PATH%;" %clang -target x86_64-scei-ps4 %s -shared \ // RUN: -fuse-ld=ps4 -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s -// CHECK-PS4-GOLD: \\orbis-ld.gold.exe" -// CHECK-PS4-LINKER: \\orbis-ld.exe" +// CHECK-PS4-GOLD: \\orbis-ld.gold +// CHECK-PS4-LINKER: \\orbis-ld