aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendObjC
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-07-27 18:13:53 +0000
committerDevang Patel <dpatel@apple.com>2010-07-27 18:13:53 +0000
commit8b5749da2a05b5ea30a40ba95a32f8e3fb0535f8 (patch)
tree716920a87e52ea916e8a82a29de29e2c01e3fb9a /test/FrontendObjC
parente0efc216eb94f8f92b85cb4f1af2da9ce2a583fc (diff)
downloadexternal_llvm-8b5749da2a05b5ea30a40ba95a32f8e3fb0535f8.zip
external_llvm-8b5749da2a05b5ea30a40ba95a32f8e3fb0535f8.tar.gz
external_llvm-8b5749da2a05b5ea30a40ba95a32f8e3fb0535f8.tar.bz2
Update tests to not rely on input file's absolute path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109521 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
-rw-r--r--test/FrontendObjC/2009-08-17-DebugInfo.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2009-08-17-DebugInfo.m b/test/FrontendObjC/2009-08-17-DebugInfo.m
index 2c72e95..8ed7c24 100644
--- a/test/FrontendObjC/2009-08-17-DebugInfo.m
+++ b/test/FrontendObjC/2009-08-17-DebugInfo.m
@@ -5,7 +5,7 @@
// RUN: %link %t.o -o %t.exe -framework Foundation
// RUN: echo {break randomFunc\n} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
-// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
+// RUN: grep {Breakpoint 1 at 0x.*: file .*2009-08-17-DebugInfo.m, line 21}
// XTARGET: darwin
@interface MyClass
{