Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].
[oota-llvm.git] / test / LLVMC / OptionPreprocessor.td
index c9ba2621dfd8f0116ef5158ebda73388392b8eff..8d748eee532cb5616ed403d634e370c74bccc324 100644 (file)
@@ -1,7 +1,7 @@
 // Test for the OptionPreprocessor and related functionality.
 // 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"