Alex Lorenz | b54ef6a | 2017-09-14 10:06:52 +0000 | [diff] [blame^] | 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 | |||||
5 | // RUN: not clang-refactor local-rename -no-dbs 2>&1 | FileCheck --check-prefix=MISSING_SOURCES %s | ||||
6 | // MISSING_SOURCES: error: must provide paths to the source files when '-no-dbs' is used |