]> granicus.if.org Git - clang/commitdiff
Fix spelling of FileCheck in test.
authorManuel Klimek <klimek@google.com>
Tue, 25 Jul 2017 11:34:55 +0000 (11:34 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 25 Jul 2017 11:34:55 +0000 (11:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308969 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/x86-ms-inline-asm-enum_feature.cpp

index e4dbb6b4a3a0ccdbd379bbdc8f61e8c5bab2ff9e..f520daae334e1d3e27fc9044b57fed12ad722ca7 100644 (file)
@@ -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 {