Fix spelling of FileCheck in test.

llvm-svn: 308969
This commit is contained in:
Manuel Klimek 2017-07-25 11:34:55 +00:00
parent 1dc34c6d80
commit 8f2b2f51f5
1 changed files with 1 additions and 1 deletions

View 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 {