diff options
author | dgp <dgp@users.sourceforge.net> | 2017-03-10 15:28:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-03-10 15:28:46 (GMT) |
commit | 70498dad4bb1b36989e3c7863e3fd1b3e79864fc (patch) | |
tree | 1a83a7d03eae5ce32effe805af57edf93897d3d7 /tests/link.test | |
parent | 623bbf71b6f3c7bb603c35225cbd667fd138ff8e (diff) | |
download | tcl-70498dad4bb1b36989e3c7863e3fd1b3e79864fc.zip tcl-70498dad4bb1b36989e3c7863e3fd1b3e79864fc.tar.gz tcl-70498dad4bb1b36989e3c7863e3fd1b3e79864fc.tar.bz2 |
Dup test name
Diffstat (limited to 'tests/link.test')
-rw-r--r-- | tests/link.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/link.test b/tests/link.test index dda7d6b..6bff356 100644 --- a/tests/link.test +++ b/tests/link.test @@ -152,7 +152,7 @@ test link-2.8 {writing C variables from Tcl} -constraints {testlink} -setup { set uwide "0O" concat [testlink get] | $int $real $bool $string $wide $char $uchar $short $ushort $uint $long $ulong $float $uwide } -result {0 0.0 0 0 0 0 0 0 0 0 0 0 0.0 0 | 0x 0b 0 0 0O 0X 0B 0O 0x 0b 0o 0X 0B 0O} -test link-2.8 {writing C variables from Tcl} -constraints {testlink} -setup { +test link-2.9 {writing C variables from Tcl} -constraints {testlink} -setup { testlink delete } -body { testlink set 43 1.21 4 - 56785678 64 250 30000 60000 0xbaadbeef 12321 32123 3.25 1231231234 |