summaryrefslogtreecommitdiff
path: root/tests/testobj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testobj')
-rw-r--r--tests/testobj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testobj b/tests/testobj
index 1c2aa7f2c0..7519583cc8 100644
--- a/tests/testobj
+++ b/tests/testobj
@@ -8,6 +8,7 @@ class foobar {
};
$foo = new foobar; // or die("Unable to construct foobar\n");
+print $foo->initialized;
//$word = new COm("word.application");
//$word->visible = true;
//sleep(5);