diff options
author | Paul Robinson <paul.robinson@sony.com> | 2016-05-16 21:25:15 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2016-05-16 21:25:15 +0000 |
commit | c71f0ccb4a195cb8cb8dde3349188ea98272f5c6 (patch) | |
tree | 8af47ad88aebcb22354e97129afe2e6550b5424b | |
parent | 8a028bf4d7e101cbc128dce75d5951ef87390521 (diff) | |
download | bcm5719-llvm-c71f0ccb4a195cb8cb8dde3349188ea98272f5c6.tar.gz bcm5719-llvm-c71f0ccb4a195cb8cb8dde3349188ea98272f5c6.zip |
[PS4] Tighten up a test (noticed in passing)
llvm-svn: 269709
-rw-r--r-- | clang/test/Driver/ps4-linker-win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/ps4-linker-win.c b/clang/test/Driver/ps4-linker-win.c index 6fbd84bb6de..68a70488466 100644 --- a/clang/test/Driver/ps4-linker-win.c +++ b/clang/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" |