Index: tools/clang/plugins/tests/test.sh |
diff --git a/tools/clang/plugins/tests/test.sh b/tools/clang/plugins/tests/test.sh |
index 63aa8720be6eba0833ff6497e91e0a7168e2e4b4..9f63f7affca77968198bf4bf1dca63214fdda021 100755 |
--- a/tools/clang/plugins/tests/test.sh |
+++ b/tools/clang/plugins/tests/test.sh |
@@ -34,7 +34,6 @@ do_testcase() { |
fi |
local output="$("${CLANG_PATH}" -fsyntax-only -Wno-c++11-extensions \ |
- -Wno-inconsistent-missing-override \ |
-Xclang -load -Xclang "${PLUGIN_PATH}" \ |
-Xclang -add-plugin -Xclang find-bad-constructs ${flags} ${1} 2>&1)" |
local diffout="$(echo "${output}" | diff - "${2}")" |