blob: e20c290ae777a17a01316fb579bbc71058c258e0 [file] [log] [blame]
Alex Lorenzb54ef6a2017-09-14 10:06:52 +00001// 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