summaryrefslogtreecommitdiffstats
path: root/tests/main.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.test')
-rw-r--r--tests/main.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/main.test b/tests/main.test
index 13b27c8..126c97b 100644
--- a/tests/main.test
+++ b/tests/main.test
@@ -1,13 +1,13 @@
# This file contains a collection of tests for generic/tclMain.c.
#
-# RCS: @(#) $Id: main.test,v 1.6 2002/03/27 05:28:25 dgp Exp $
+# RCS: @(#) $Id: main.test,v 1.7 2002/04/16 00:39:39 dgp Exp $
if {[catch {package require tcltest 2.0.2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required."
return
}
-namespace eval ::tcl::main::test {
+namespace eval ::tcl::test::main {
namespace import ::tcltest::test
namespace import ::tcltest::testConstraint
@@ -1172,5 +1172,5 @@ namespace eval ::tcl::main::test {
cleanupTests
}
-namespace delete ::tcl::main::test
-
+namespace delete ::tcl::test::main
+return