diff options
Diffstat (limited to 'test/LLVMC/NoActions.td')
-rw-r--r-- | test/LLVMC/NoActions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/NoActions.td b/test/LLVMC/NoActions.td index cc01240..9c2d45a 100644 --- a/test/LLVMC/NoActions.td +++ b/test/LLVMC/NoActions.td @@ -1,7 +1,7 @@ // Check that tools without associated actions are accepted. // 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" |