diff options
Diffstat (limited to 'test/LLVMC/OutputSuffixHook.td')
-rw-r--r-- | test/LLVMC/OutputSuffixHook.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/OutputSuffixHook.td b/test/LLVMC/OutputSuffixHook.td index d1f9999..4ecad23 100644 --- a/test/LLVMC/OutputSuffixHook.td +++ b/test/LLVMC/OutputSuffixHook.td @@ -1,6 +1,6 @@ // Check that hooks can be invoked from 'output_suffix'. // 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 // XFAIL: * |