summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2017-07-25 11:34:55 +0000
committerManuel Klimek <klimek@google.com>2017-07-25 11:34:55 +0000
commit8f2b2f51f5d1e4602add2edfd088bb1ffd43242e (patch)
treec26033b524f1c6fec43327ed4fb1a6cc0e748881
parent1dc34c6d80e8bc5ac834716126facf57eee58315 (diff)
downloadbcm5719-llvm-8f2b2f51f5d1e4602add2edfd088bb1ffd43242e.tar.gz
bcm5719-llvm-8f2b2f51f5d1e4602add2edfd088bb1ffd43242e.zip
Fix spelling of FileCheck in test.
llvm-svn: 308969
-rw-r--r--clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp b/clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp
index e4dbb6b4a3a..f520daae334 100644
--- a/clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp
+++ b/clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp
@@ -1,5 +1,5 @@
// REQUIRES: x86-registered-target
-// RUN: %clang_cc1 %s -fasm-blocks -emit-llvm -o - | FileCHECK %s
+// RUN: %clang_cc1 %s -fasm-blocks -emit-llvm -o - | FileCheck %s
namespace x {
enum { A = 12 };
struct y_t {
OpenPOWER on IntegriCloud