xref: /llvm-project/clang/test/Format/dry-run.cpp (revision 6a1f7d6c9ff8228328d0e65b8678a9c6dff49837)
1 // RUN: clang-format -style=LLVM -i --dry-run %s 2> %t.stderr
2 // RUN: grep -E "(.*)code should be clang-formatted(.*)" %t.stderr
3 
4 int a ;
5