Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].
[oota-llvm.git] / test / LLVMC / OneOrMore.td
index ab6f8d5189467a0e8158140cff4faeb8c6ce9884..ddf7cd1143a98c9ace4718d0c5bd89025b8d6c76 100644 (file)
@@ -2,7 +2,7 @@
 // The dummy tool and graph are required to silence warnings.
 // 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"