summaryrefslogtreecommitdiff
path: root/Examples/C++/test_repo/constructor.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/C++/test_repo/constructor.py')
-rw-r--r--Examples/C++/test_repo/constructor.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Examples/C++/test_repo/constructor.py b/Examples/C++/test_repo/constructor.py
deleted file mode 100644
index c7183f71a..000000000
--- a/Examples/C++/test_repo/constructor.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (C) 2000 Tal Shalif
-
-execfile('../test_conf.py')
-obj = cpptest_empty()
-if not type(obj) is types.InstanceType:
- raise "failed"
-
-# constructor.py ends here