summaryrefslogtreecommitdiff
path: root/Examples/test-suite/tcl/import_nomodule_runme.tcl
blob: ead6c3fbe8aac061b14a80742a29172f7ad05b9c (plain)
1
2
3
4

if [ catch { load ./import_nomodule[info sharedlibextension] import_nomodule} err_msg ] {
	puts stderr "Could not load shared object:\n$err_msg"
}