Author: alexfh
Date: Tue Feb  2 11:27:08 2016
New Revision: 259531

URL: http://llvm.org/viewvc/llvm-project?rev=259531&view=rev
Log:
[clang-tidy] Removed unnecessary parameters in the test

Modified:
    clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp?rev=259531&r1=259530&r2=259531&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp 
(original)
+++ clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp Tue 
Feb  2 11:27:08 2016
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s google-runtime-references %t -- -- -std=c++11
+// RUN: %check_clang_tidy %s google-runtime-references %t
 
 int a;
 int &b = a;


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to