[lld] r257842 - Don't use explicit paths in my own test check lines

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 15:44:03 PST 2016


Author: pete
Date: Thu Jan 14 17:44:00 2016
New Revision: 257842

URL: http://llvm.org/viewvc/llvm-project?rev=257842&view=rev
Log:
Don't use explicit paths in my own test check lines

Modified:
    lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml

Modified: lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml?rev=257842&r1=257841&r2=257842&view=diff
==============================================================================
--- lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml (original)
+++ lld/trunk/test/mach-o/objc-image-info-invalid-size.yaml Thu Jan 14 17:44:00 2016
@@ -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




More information about the llvm-commits mailing list