aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/objc-fixed-enum.m
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-04-19 21:59:40 +0000
committerAdrian Prantl <aprantl@apple.com>2013-04-19 21:59:40 +0000
commit0105ae535397b1e876e896bf4eb6dccb780f2f2a (patch)
tree91017e8b2bf5ec3d69ea2e87a7e93c384ac302a0 /test/CodeGenObjC/objc-fixed-enum.m
parenta0e3df7288a83271105de390ffc3a0e6aef72993 (diff)
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
Diffstat (limited to 'test/CodeGenObjC/objc-fixed-enum.m')
-rw-r--r--test/CodeGenObjC/objc-fixed-enum.m1
1 files changed, 0 insertions, 1 deletions
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.