Skip to content

Commit

Permalink
remove include
Browse files Browse the repository at this point in the history
  • Loading branch information
vsian committed Sep 4, 2024
1 parent 67c2d80 commit a4bd7a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/unit_test/parser/type/datetime/date_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ TEST_F(DateTypeTest, TestEqStdChronoBackward) {
//std::chrono::
DateT date;
date.FromString("2020-01-31");


year_month_day ymd = 2020y/January/31d;

year_month_day ymd(year{2020}, month{1}, day{31});
sys_days sysdays = sys_days{ymd};

for(i32 i = 0; i < 30000; i++) {
Expand Down

0 comments on commit a4bd7a3

Please sign in to comment.