From: Adrian Prantl Date: Fri, 19 Apr 2013 21:59:40 +0000 (+0000) Subject: Remove an empty line so the line numbers match up again after the recent documentatio... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0105ae535397b1e876e896bf4eb6dccb780f2f2a;p=clang Remove an empty line so the line numbers match up again after the recent documentation change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179898 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/objc-fixed-enum.m b/test/CodeGenObjC/objc-fixed-enum.m index 57cd861358..55c2a7c103 100644 --- a/test/CodeGenObjC/objc-fixed-enum.m +++ b/test/CodeGenObjC/objc-fixed-enum.m @@ -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.