From 258d23689eb14c21c0a1e313ad7b43aefdb1f614 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 16 May 2016 21:25:15 +0000 Subject: [PATCH] [PS4] Tighten up a test (noticed in passing) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269709 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/ps4-linker-win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Driver/ps4-linker-win.c b/test/Driver/ps4-linker-win.c index 6fbd84bb6d..68a7048846 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 -// CHECK-PS4-LINKER: \\orbis-ld +// CHECK-PS4-GOLD: \\orbis-ld.gold.exe" +// CHECK-PS4-LINKER: \\orbis-ld.exe" -- 2.50.1