aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/tcl/overload_copy_runme.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/tcl/overload_copy_runme.tcl')
-rw-r--r--Examples/test-suite/tcl/overload_copy_runme.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/tcl/overload_copy_runme.tcl b/Examples/test-suite/tcl/overload_copy_runme.tcl
index 46d7058d5..973ae141a 100644
--- a/Examples/test-suite/tcl/overload_copy_runme.tcl
+++ b/Examples/test-suite/tcl/overload_copy_runme.tcl
@@ -1,5 +1,5 @@
-if [ catch { load ./overload_copy[info sharedlibextension] overload_copy} err_msg ] {
+if [ catch { load ./overload_copy[info sharedlibextension] Overload_copy} err_msg ] {
puts stderr "Could not load shared object:\n$err_msg"
}