summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-lipo/replace-invalid-input.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-lipo/replace-invalid-input.test')
-rw-r--r--llvm/test/tools/llvm-lipo/replace-invalid-input.test2
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
OpenPOWER on IntegriCloud