diff options
Diffstat (limited to 'test/LLVMC/EnvParentheses.td')
-rw-r--r-- | test/LLVMC/EnvParentheses.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/EnvParentheses.td b/test/LLVMC/EnvParentheses.td index cf2a0e376f..694468f2dd 100644 --- a/test/LLVMC/EnvParentheses.td +++ b/test/LLVMC/EnvParentheses.td @@ -1,6 +1,6 @@ // Check the fix for PR4157. // http://llvm.org/bugs/show_bug.cgi?id=4157 -// RUN: tblgen -I $srcroot/include --gen-llvmc %s -o %t +// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: not grep {)));} %t include "llvm/CompilerDriver/Common.td" |