From 0105ae535397b1e876e896bf4eb6dccb780f2f2a Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 19 Apr 2013 21:59:40 +0000 Subject: [PATCH] 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 --- test/CodeGenObjC/objc-fixed-enum.m | 1 - 1 file changed, 1 deletion(-) 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. -- 2.40.0