Skip to content

Commit 270df70

Browse files
authored
Update libcxx/test/std/time/time.point/time.point.arithmetic/op_++.pass.cpp
1 parent 1899032 commit 270df70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/time/time.point/time.point.arithmetic/op_++.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ constexpr bool test() {
2929
}
3030

3131
int main(int, char**) {
32-
test();
32+
test();
3333
static_assert(test());
3434
return 0;
3535
}

0 commit comments

Comments
 (0)