A better solution would be to use FileCheck's (fairly new) support for [[@LINE]], [[@LINE-2]], etc. as check variables, though this is fine for now.
Jordan On Apr 19, 2013, at 14:59 , Adrian Prantl <[email protected]> wrote: > Author: adrian > Date: Fri Apr 19 16:59:40 2013 > New Revision: 179898 > > URL: http://llvm.org/viewvc/llvm-project?rev=179898&view=rev > Log: > Remove an empty line so the line numbers match up again after the recent > documentation change. > > Modified: > cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m > > Modified: cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m?rev=179898&r1=179897&r2=179898&view=diff > ============================================================================== > --- cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m (original) > +++ cfe/trunk/test/CodeGenObjC/objc-fixed-enum.m Fri Apr 19 16:59:40 2013 > @@ -1,5 +1,4 @@ > // RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s > - > // The DWARF standard says the underlying data type of an enum may be > // stored in an DW_AT_type entry in the enum DIE. This is useful to have > // so the debugger knows about the signedness of the underlying type. > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
