From 2f4df4c986505cd85645e7b54a9f688e72eb2238 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Wed, 9 Jan 2019 22:56:45 +0000 Subject: [NFC] Normalize some test 'main' signatures There were 3 tests with 'int main(void)', and 6 with the return type on a different line. I'm about to send a patch for main in tests, and this NFC change is unrelated. llvm-svn: 350770 --- .../function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp') diff --git a/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp b/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp index 5b660da617a..ac43dd769ed 100644 --- a/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp @@ -42,8 +42,7 @@ struct plus_one } }; -int -main() +int main() { using std::placeholders::_1; -- cgit v1.2.3