diff options
-rw-r--r-- | tests/clock.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/clock.test b/tests/clock.test index 2d23ea5..8debba1 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -36931,6 +36931,10 @@ test clock-67.2 {Bug d19a30db57} -body { # error, not segfault tcl::clock::GetJulianDayFromEraYearMonthDay {} 2361222 } -returnCodes error -match glob -result * +test clock-67.3 {Bug d19a30db57} -body { + # error, not segfault + tcl::clock::GetJulianDayFromEraYearWeekDay {} 2361222 +} -returnCodes error -match glob -result * # cleanup |