brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · 4ab03d8 Raw
11 lines · cpp
1// RUN: clang-format -verbose 2> %t.stderr2// RUN: not grep "Formatting" %t.stderr3// RUN: clang-format %s 2> %t.stderr4// RUN: not grep "Formatting" %t.stderr5// RUN: clang-format %s -verbose 2> %t.stderr6// RUN: grep -E "Formatting (.*)verbose.cpp(.*)" %t.stderr7// RUN: clang-format %s -verbose=false 2> %t.stderr8// RUN: not grep "Formatting" %t.stderr9 10int a;11