From 905e7344b694f5b684ec6f8a6a4eca3e34bc2080 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Jun 2003 12:27:12 +0000 Subject: [PATCH] Fix final linking errors git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6707 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2003-06-08-BaseType.cpp | 7 ++----- test/C++Frontend/2003-06-13-Crasher.cpp | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) 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 {