diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-07-17 09:10:16 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-07-17 09:10:16 +0000 |
commit | ea5d3f23e05413c9ec006b6e0dfde091353dba1a (patch) | |
tree | 330178ade65c3d64b2c62dc118048c57a9711025 | |
parent | ec229abb9b01cedd4c7706e5829a3bf875537bef (diff) | |
download | bcm5719-llvm-ea5d3f23e05413c9ec006b6e0dfde091353dba1a.tar.gz bcm5719-llvm-ea5d3f23e05413c9ec006b6e0dfde091353dba1a.zip |
[ELF] - Fix BB. 'Filecheck' -> 'FileCheck'.
llvm-svn: 337254
-rw-r--r-- | lld/test/ELF/compressed-debug-input-err.s | 2 |
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 |