summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2003-11-11 21:21:11 +0000
committerDave Beazley <dave-swig@dabeaz.com>2003-11-11 21:21:11 +0000
commitb19e234375bdbd5c6fba5627cad6647bfb1e2707 (patch)
tree2f5b4c2c125d558eb6fa63882eb7110dc6aaf2ca /Tools
parentf50eac41ce90b6601c47250d2f13aa3ec70a92ee (diff)
downloadswig-b19e234375bdbd5c6fba5627cad6647bfb1e2707.tar.gz
Tcl file loading patch.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Tools')
-rw-r--r--Tools/WAD/Test/death.tcl2
-rw-r--r--Tools/WAD/Test/debug.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/WAD/Test/death.tcl b/Tools/WAD/Test/death.tcl
index e43feb2c6..e52fa9ec2 100644
--- a/Tools/WAD/Test/death.tcl
+++ b/Tools/WAD/Test/death.tcl
@@ -1,4 +1,4 @@
-load ./debug.so
+load ./debug[info sharedlibextension]
proc death_by_segmentation { } {
seg_crash
diff --git a/Tools/WAD/Test/debug.tcl b/Tools/WAD/Test/debug.tcl
index ae0dca676..ab5cd16aa 100644
--- a/Tools/WAD/Test/debug.tcl
+++ b/Tools/WAD/Test/debug.tcl
@@ -1,6 +1,6 @@
# WAD debugging module for Tcl. This should be executed with wish
-load ./debug.so
+load ./debug[info sharedlibextension]
message .t -text "This program tests various program faults. Note: Not all of these errors can be gracefully handled."