diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-12 07:26:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-12 07:26:02 (GMT) |
commit | 44b8ca4b32de8e867a95d44d64c6445d6a6bc389 (patch) | |
tree | 79664d7385677d3f885b546236251724da1cc533 /tests | |
parent | 084e0e3592fe3bef1db12395401090e9d317c590 (diff) | |
parent | 8ffd9ec61e651bc933eb844c13a99927543bf8f4 (diff) | |
download | tcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.zip tcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.tar.gz tcl-44b8ca4b32de8e867a95d44d64c6445d6a6bc389.tar.bz2 |
revert 6b6ef4e0b1, removing the temporary tests again
Diffstat (limited to 'tests')
-rw-r--r-- | tests/load.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/load.test b/tests/load.test index 2ca6e96..b7c1a59 100644 --- a/tests/load.test +++ b/tests/load.test @@ -82,10 +82,6 @@ test load-2.3 {loading with no _Init procedure} -constraints [list $dll $loaded] test load-2.4 {loading with no _SafeInit procedure} [list $dll $loaded] { list [catch {load [file join $testDir pkga$ext] {} child} msg] $msg } {1 {can't use package in a safe interpreter: no Pkga_SafeInit procedure}} -# This test fails due to --export-dynamic -test load-2.5 {loading package with symbol conflict, this test fails when using --export-dynamic} [list $dll $loaded] { - pkga_quote -} {I'm in pkga.c} test load-3.1 {error in _Init procedure, same interpreter} \ [list $dll $loaded] { |