From: Chris Lattner Date: Mon, 16 Jun 2003 12:27:12 +0000 (+0000) Subject: Fix final linking errors X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=905e7344b694f5b684ec6f8a6a4eca3e34bc2080;p=oota-llvm.git Fix final linking errors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6707 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/2003-06-08-BaseType.cpp b/test/C++Frontend/2003-06-08-BaseType.cpp index e10a5a63298..ebae736ffd6 100644 --- a/test/C++Frontend/2003-06-08-BaseType.cpp +++ b/test/C++Frontend/2003-06-08-BaseType.cpp @@ -10,10 +10,7 @@ struct bar : public foo { bar(); }; -//int bar::X() { return 0; } - -bar::bar() { - -} +bar::bar() { } +foo::foo() { } int main() { return 0; } diff --git a/test/C++Frontend/2003-06-13-Crasher.cpp b/test/C++Frontend/2003-06-13-Crasher.cpp index bce922c25b5..e9f8ab1f90f 100644 --- a/test/C++Frontend/2003-06-13-Crasher.cpp +++ b/test/C++Frontend/2003-06-13-Crasher.cpp @@ -1,4 +1,4 @@ -void bar(); +void bar(){} void foo() { struct TEST {