[clang-tidy] add missing '--' in RUN-line, unbreak buildbot

llvm-svn: 345742
This commit is contained in:
Jonas Toth 2018-10-31 17:26:10 +00:00
parent 714a03ad3b
commit 93f1859682
1 changed files with 1 additions and 1 deletions

View File

@ -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;