Author: jonastoth Date: Wed Oct 31 10:26:10 2018 New Revision: 345742 URL: http://llvm.org/viewvc/llvm-project?rev=345742&view=rev Log: [clang-tidy] add missing '--' in RUN-line, unbreak buildbot
Modified: clang-tools-extra/trunk/test/clang-tidy/readability-isolate-declaration.cpp Modified: clang-tools-extra/trunk/test/clang-tidy/readability-isolate-declaration.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-isolate-declaration.cpp?rev=345742&r1=345741&r2=345742&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-isolate-declaration.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-isolate-declaration.cpp Wed Oct 31 10:26:10 2018 @@ -1,4 +1,4 @@ -// RUN: %check_clang_tidy %s readability-isolate-declaration %t -- -fexceptions +// RUN: %check_clang_tidy %s readability-isolate-declaration %t -- -- -fexceptions void f() { int i; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits