diff options
| author | Anusha Basana <anusha.basana@gmail.com> | 2019-07-29 22:27:27 +0000 |
|---|---|---|
| committer | Anusha Basana <anusha.basana@gmail.com> | 2019-07-29 22:27:27 +0000 |
| commit | 4ebb6e917f4b235c3297515f3b432e3f269f2883 (patch) | |
| tree | 95baa44212476095b70e5307d6207a0d9e315f47 /llvm/test/tools | |
| parent | fb3c53af3407309a21496acd8c3667b99af7da7e (diff) | |
| download | bcm5719-llvm-4ebb6e917f4b235c3297515f3b432e3f269f2883.tar.gz bcm5719-llvm-4ebb6e917f4b235c3297515f3b432e3f269f2883.zip | |
[llvm-lipo] Fix test on Windows
Error message outputs with lowercase on Windows.
Made test work on Widnows.
For example:
llvm-lipo: error: 'i386': no such file or directory
llvm-svn: 367266
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/llvm-lipo/replace-invalid-input.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-lipo/replace-invalid-input.test b/llvm/test/tools/llvm-lipo/replace-invalid-input.test index 8c0f7ce3d96..b1c5fa2cd77 100644 --- a/llvm/test/tools/llvm-lipo/replace-invalid-input.test +++ b/llvm/test/tools/llvm-lipo/replace-invalid-input.test @@ -12,7 +12,7 @@ # INPUT_ARGS: error: replace expects a single input file # RUN: not llvm-lipo %t-universal.o -replace %t-32.o i386 -o %t.o 2>&1 | FileCheck --check-prefix=INVALID_FILE %s -# INVALID_FILE: error: 'i386': No such file or directory +# INVALID_FILE: error: 'i386': {{[nN]}}o such file or directory # RUN: not llvm-lipo %t-universal.o -replace i3866 %t-32.o -o %t.o 2>&1 | FileCheck --check-prefix=INVALID_ARCH %s # INVALID_ARCH: error: Invalid architecture: i3866 |

