From: Manman Ren Date: Mon, 9 Sep 2013 20:45:34 +0000 (+0000) Subject: Debug Info Testing: remove a commented out line. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0b9ba182a7a91ad2ea7ef8486a4107c680650927;p=oota-llvm.git 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 --- diff --git a/test/Linker/type-unique-simple-a.ll b/test/Linker/type-unique-simple-a.ll index 4172f692522..7c2e7bfa908 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: ;