From 00de8b5a1a7cc1fb422b755966be57593192d23d Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Thu, 14 Jan 2016 23:44:00 +0000 Subject: [PATCH] Don't use explicit paths in my own test check lines llvm-svn: 257842 --- lld/test/mach-o/objc-image-info-invalid-size.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/mach-o/objc-image-info-invalid-size.yaml b/lld/test/mach-o/objc-image-info-invalid-size.yaml index 5801c79c6d93..473eb6a714c9 100644 --- a/lld/test/mach-o/objc-image-info-invalid-size.yaml +++ b/lld/test/mach-o/objc-image-info-invalid-size.yaml @@ -17,4 +17,4 @@ sections: content: [ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ] ... -# CHECK: error: __DATA/__objc_imageinfo in file /Volumes/Data/llvm/tools/lld/test/mach-o/objc-image-info-invalid-size.yaml should be 8 bytes in size \ No newline at end of file +# CHECK: error: __DATA/__objc_imageinfo in file {{.*}} should be 8 bytes in size \ No newline at end of file