summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp')
-rw-r--r--libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp b/libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
index e34cadc55ce..a5af910a5e0 100644
--- a/libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
+++ b/libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
@@ -87,9 +87,11 @@ constexpr bool test_constexpr() {
return true;
}
-int main() {
+int main(int, char**) {
test_static_members();
test_signatures();
test_conversion();
static_assert(test_constexpr(), "constexpr test failed");
+
+ return 0;
}
OpenPOWER on IntegriCloud