Skip to content

Commit 191593a

Browse files
committed
Remove unstable test
- This test will *always* break if executed after the 19th of a month
1 parent fb12dcd commit 191593a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/datetime.t.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ int main (int, char**)
924924

925925
Datetime r37 ("19th");
926926
t.is (r37.day (), 19, "'19th' --> 19");
927-
t.ok (r37 >= now, "'19th' > 'now'");
928927

929928
/*
930929
// Phrases.

0 commit comments

Comments
 (0)