Skip to content

Commit fd81525

Browse files
committed
Just static_assert(test())
1 parent 530ee19 commit fd81525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/utilities/function.objects/func.bind.partial/bind_front.nttp.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ constexpr bool test() {
382382

383383
int main(int, char**) {
384384
test();
385-
static_assert((test(), true));
385+
static_assert(test());
386386

387387
return 0;
388388
}

0 commit comments

Comments
 (0)