summaryrefslogtreecommitdiff
path: root/test/Linker
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-09-09 20:45:34 +0000
committerManman Ren <manman.ren@gmail.com>2013-09-09 20:45:34 +0000
commit0b9ba182a7a91ad2ea7ef8486a4107c680650927 (patch)
tree0165e38858ff77dfca1860945d1836c67a46dbdd /test/Linker
parentb0c8b2517730c350c097585df45d335f1099ce86 (diff)
downloadllvm-0b9ba182a7a91ad2ea7ef8486a4107c680650927.tar.gz
llvm-0b9ba182a7a91ad2ea7ef8486a4107c680650927.tar.bz2
llvm-0b9ba182a7a91ad2ea7ef8486a4107c680650927.tar.xz
Debug Info Testing: remove a commented out line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-rw-r--r--test/Linker/type-unique-simple-a.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Linker/type-unique-simple-a.ll b/test/Linker/type-unique-simple-a.ll
index 4172f69252..7c2e7bfa90 100644
--- a/test/Linker/type-unique-simple-a.ll
+++ b/test/Linker/type-unique-simple-a.ll
@@ -5,7 +5,6 @@
; Content of header files:
; struct Base {
; int a;
-; //Base *b;
; };
; Content of foo.cpp:
;