diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-05-24 08:47:11 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-05-24 08:47:11 +0000 |
| commit | e8faaa0c58c0594991ff07ec095c3f123caee285 (patch) | |
| tree | ddd6fa7513967953c78573528035ba142d8aa050 | |
| parent | f6a37d396c5703a90b25396819a67d6ea2ffd452 (diff) | |
| download | bcm5719-llvm-e8faaa0c58c0594991ff07ec095c3f123caee285.tar.gz bcm5719-llvm-e8faaa0c58c0594991ff07ec095c3f123caee285.zip | |
llvm/test/Object/ar-error.test: Don't check the message "No such file or directory".
It didn't match on non-English version of Windows.
llvm-svn: 209570
| -rw-r--r-- | llvm/test/Object/ar-error.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Object/ar-error.test b/llvm/test/Object/ar-error.test index 9b8ddbd78fb..7add9b448e1 100644 --- a/llvm/test/Object/ar-error.test +++ b/llvm/test/Object/ar-error.test @@ -2,4 +2,5 @@ Test if we get a proper error with a filename that doesn't exist RUN: not llvm-ar r %t.out.a sparkle.o %t 2>&1 | FileCheck %s -CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o: No such file or directory +# Don't check the message "No such file or directory". +CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o: |

