diff options
| author | Pete Cooper <peter_cooper@apple.com> | 2016-01-14 23:44:00 +0000 |
|---|---|---|
| committer | Pete Cooper <peter_cooper@apple.com> | 2016-01-14 23:44:00 +0000 |
| commit | 00de8b5a1a7cc1fb422b755966be57593192d23d (patch) | |
| tree | 32e1e16b91860246aa98c175e29c79c89df43877 | |
| parent | d7b5c5bcefa6662ce632920191c2921702fd4836 (diff) | |
| download | bcm5719-llvm-00de8b5a1a7cc1fb422b755966be57593192d23d.tar.gz bcm5719-llvm-00de8b5a1a7cc1fb422b755966be57593192d23d.zip | |
Don't use explicit paths in my own test check lines
llvm-svn: 257842
| -rw-r--r-- | lld/test/mach-o/objc-image-info-invalid-size.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 5801c79c6d9..473eb6a714c 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 |

