forked from OSchip/llvm-project
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
|
# RUN: cp -f %S/Inputs/prefix-never-matches.cpp %t.cpp
|
||
|
# RUN: %update_cc_test_checks %t.cpp 2>&1 | FileCheck %s
|
||
|
# RUN: FileCheck --input-file=%t.cpp %s --check-prefix=OUTPUT
|
||
|
|
||
|
# CHECK: WARNING: Prefix A had conflicting output
|
||
|
# OUTPUT-NOT: A:
|