xref: /llvm-project/clang/test/Refactor/tool-common-options.c (revision 3d712c46e662e65fbff73867ee3928a79a6e369d)
1 // RUN: not clang-refactor 2>&1 | FileCheck --check-prefix=MISSING_ACTION %s
2 // MISSING_ACTION: error: no refactoring action given
3 // MISSING_ACTION-NEXT: note: the following actions are supported:
4