r179898 - Remove an empty line so the line numbers match up again after the recent documentation change.

Adrian Prantl aprantl at apple.com
Fri Apr 19 14:59:40 PDT 2013


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.





More information about the cfe-commits mailing list