summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/tzdata/Pacific/Fiji2
-rw-r--r--tests/tcltests.tcl2
2 files changed, 1 insertions, 3 deletions
diff --git a/library/tzdata/Pacific/Fiji b/library/tzdata/Pacific/Fiji
index a062913..67a1f00 100644
--- a/library/tzdata/Pacific/Fiji
+++ b/library/tzdata/Pacific/Fiji
@@ -31,8 +31,6 @@ set TZData(:Pacific/Fiji) {
{1578751200 43200 0 +12}
{1608386400 46800 1 +12}
{1610805600 43200 0 +12}
- {1636812000 46800 1 +12}
- {1642255200 43200 0 +12}
{1668261600 46800 1 +12}
{1673704800 43200 0 +12}
{1699711200 46800 1 +12}
diff --git a/tests/tcltests.tcl b/tests/tcltests.tcl
index 1decbde..61076f5 100644
--- a/tests/tcltests.tcl
+++ b/tests/tcltests.tcl
@@ -3,7 +3,7 @@
package require tcltest 2.5
namespace import ::tcltest::*
testConstraint exec [llength [info commands exec]]
-testConstraint nodep [tcl::build-info no-deprecate]
+testConstraint nodep [expr {![tcl::build-info no-deprecate]}]
testConstraint debug [tcl::build-info debug]
testConstraint purify [tcl::build-info purify]
testConstraint debugpurify [