summaryrefslogtreecommitdiff
path: root/test/LLVMC/AppendCmdHook.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/AppendCmdHook.td')
-rw-r--r--test/LLVMC/AppendCmdHook.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/AppendCmdHook.td b/test/LLVMC/AppendCmdHook.td
index 4a9d39121a..fc725a7c39 100644
--- a/test/LLVMC/AppendCmdHook.td
+++ b/test/LLVMC/AppendCmdHook.td
@@ -1,7 +1,7 @@
// Check that hooks can be invoked from 'append_cmd'.
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
// RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -fexceptions -x c++ %t
+// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
include "llvm/CompilerDriver/Common.td"