summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/dry-run.cpp
blob: 9d6cd34204c7db4da7f85259d8ff6b0ae51c3517 (plain)
1
2
3
4
// RUN: clang-format -style=LLVM -i --dry-run %s 2> %t.stderr
// RUN: grep -E "*code should be clang-formatted*" %t.stderr

int a ;
OpenPOWER on IntegriCloud