summaryrefslogtreecommitdiff
path: root/test/test_typeinfo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_typeinfo.cc')
-rw-r--r--test/test_typeinfo.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/test_typeinfo.cc b/test/test_typeinfo.cc
index 7e9e308..6d2fbdd 100644
--- a/test/test_typeinfo.cc
+++ b/test/test_typeinfo.cc
@@ -2,9 +2,6 @@
#include "test.h"
#include <stdio.h>
-// FIXME: Move this and main() to a different file.
-void test_exceptions();
-
struct Virt1;
struct Virt2;
struct Diamond;
@@ -110,11 +107,3 @@ void test_type_info(void)
TEST(0 == dynamic_cast<Sub1*>(b2), "Casting Root to Sub1 (0 expected)");
}
-void test_guards(void);
-int main(void)
-{
- test_type_info();
- test_guards();
- test_exceptions();
- return 0;
-}