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
This commit is contained in:
Manman Ren 2013-09-09 20:45:34 +00:00
parent b0c8b25177
commit 0b9ba182a7

View File

@ -5,7 +5,6 @@
; Content of header files:
; struct Base {
; int a;
; //Base *b;
; };
; Content of foo.cpp:
;