Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].
[oota-llvm.git] / test / LLVMC / Init.td
index 57ddaaf746d8d63ce77f3ad9930a1f7ac6b82f92..355d83ff95aef8427ffc65c5e4b42bf989799a1b 100644 (file)
@@ -1,7 +1,7 @@
 // Check that (init true/false) and (init "str") work.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
+// RUN: %compile_cxx -fexceptions -x c++ %t
 
 include "llvm/CompilerDriver/Common.td"