blob: f2cd6245ed1e0828f6e768c74eab8177606a1bc3 [file] [edit]
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: has-filecheck
// Make sure that we can use FileCheck to write tests when the `has-filecheck`
// Lit feature is defined.
// RUN: echo "hello world" | FileCheck %s
// CHECK: hello world