summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/ELF/compressed-debug-input-err.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/compressed-debug-input-err.s b/lld/test/ELF/compressed-debug-input-err.s
index b18b11ad97e..e32ba315b34 100644
--- a/lld/test/ELF/compressed-debug-input-err.s
+++ b/lld/test/ELF/compressed-debug-input-err.s
@@ -1,7 +1,7 @@
# REQUIRES: zlib, x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
-# RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | Filecheck %s
+# RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s
## Check we are able to report zlib decompressor errors.
# CHECK: error: {{.*}}.o:(.zdebug_str): decompress failed: zlib error: Z_DATA_ERROR
OpenPOWER on IntegriCloud