blob: 2113f25dddc801fbe081464d396216ae3f554950 [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 FileCheck fails when it should fail. This ensure that FileCheck
// actually checks the content of the file.
// RUN: echo "hello world" | not FileCheck %s
// CHECK: foobar