diff options
Diffstat (limited to 'llvm/test/LLVMC/AppendCmdHook.td')
-rw-r--r-- | llvm/test/LLVMC/AppendCmdHook.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/AppendCmdHook.td b/llvm/test/LLVMC/AppendCmdHook.td index 888d6869999..4a9d39121a4 100644 --- a/llvm/test/LLVMC/AppendCmdHook.td +++ b/llvm/test/LLVMC/AppendCmdHook.td @@ -1,6 +1,6 @@ // 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: FileCheck -input-file %t %s // RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" |