[cfe-commits] r171564 - /cfe/trunk/test/CodeGenObjC/debug-info-block-line.m

Eric Christopher echristo at gmail.com
Fri Jan 4 19:58:03 PST 2013


-// CHECK: ![[MD1]] = metadata !{i32 83
> +// CHECK: ![[MD1]] = metadata !{i32 84
>      [map dataWithCompletionBlock:^(NSData *data, NSError *error) {
>          if (data) {
>              NSString    *encoded = [[data compressedData]
> encodedString:18];
>

FWIW this is why putting the check lines after the code is better, makes it
easier to change what you're looking for or add/remove lines when you want
to change something.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130104/359fe905/attachment.html>


More information about the cfe-commits mailing list