summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
diff options
context:
space:
mode:
authorCyndy Ishida <cyndy_ishida@apple.com>2019-09-11 00:13:01 +0000
committerCyndy Ishida <cyndy_ishida@apple.com>2019-09-11 00:13:01 +0000
commitb2b0ccab2f76733679eeceecf31b21ebc1fe23ac (patch)
tree1884084e25e3ce27701593570cfcfdda67d0c9b4 /llvm/test/Object
parentf88f46358dbffa20af3b054a9346e5154789d50f (diff)
downloadbcm5719-llvm-b2b0ccab2f76733679eeceecf31b21ebc1fe23ac.tar.gz
bcm5719-llvm-b2b0ccab2f76733679eeceecf31b21ebc1fe23ac.zip
[Object][TextAPI] NFC, fix tapi lit tests
FileCheck command had wrong casing, which works fine on macOS, repairs the linux build bots llvm-svn: 371577
Diffstat (limited to 'llvm/test/Object')
-rw-r--r--llvm/test/Object/nm-tapi-invalids.test6
-rw-r--r--llvm/test/Object/nm-tapi.test6
2 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/Object/nm-tapi-invalids.test b/llvm/test/Object/nm-tapi-invalids.test
index c9199f89c6c..b19a181ad7a 100644
--- a/llvm/test/Object/nm-tapi-invalids.test
+++ b/llvm/test/Object/nm-tapi-invalids.test
@@ -1,11 +1,11 @@
RUN: not llvm-nm %p/Inputs/tapi-invalid-v1.tbd 2>&1\
-RUN: | Filecheck %s -check-prefix v1
+RUN: | FileCheck %s -check-prefix v1
RUN: not llvm-nm %p/Inputs/tapi-invalid-v2.tbd 2>&1\
-RUN: | Filecheck %s -check-prefix v2
+RUN: | FileCheck %s -check-prefix v2
RUN: not llvm-nm %p/Inputs/tapi-invalid-v3.tbd 2>&1\
-RUN: | Filecheck %s -check-prefix v3
+RUN: | FileCheck %s -check-prefix v3
# Typo Check
v1: tapi-invalid-v1.tbd malformed file
diff --git a/llvm/test/Object/nm-tapi.test b/llvm/test/Object/nm-tapi.test
index 069fffb5c9d..8ce69939132 100644
--- a/llvm/test/Object/nm-tapi.test
+++ b/llvm/test/Object/nm-tapi.test
@@ -1,11 +1,11 @@
RUN: llvm-nm %p/Inputs/tapi-v1.tbd 2>&1\
-RUN: | Filecheck %s -check-prefix v1
+RUN: | FileCheck %s -check-prefix v1
RUN: llvm-nm %p/Inputs/tapi-v2.tbd \
-RUN: | Filecheck %s -check-prefix v2
+RUN: | FileCheck %s -check-prefix v2
RUN: llvm-nm %p/Inputs/tapi-v3.tbd \
-RUN: | Filecheck %s -check-prefix v3
+RUN: | FileCheck %s -check-prefix v3
v1: no symbols
v1: tapi-v1.tbd (for architecture armv7):
OpenPOWER on IntegriCloud