Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].
[oota-llvm.git] / test / LLVMC / EnvParentheses.td
index ae27d04680489045653d2f711856e8a79e6849de..77aab95c5f03db81fbdb13ca6b33b8f0aed4cedd 100644 (file)
@@ -2,7 +2,7 @@
 // http://llvm.org/bugs/show_bug.cgi?id=4157
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: not grep {)));} %t
-// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
+// RUN: %compile_cxx -fexceptions -x c++ %t
 
 include "llvm/CompilerDriver/Common.td"