[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
This commit is contained in:
JF Bastien
2019-01-09 22:56:45 +00:00
parent 8c2fe4797c
commit 2f4df4c986
9 changed files with 9 additions and 15 deletions

View File

@@ -42,8 +42,7 @@ struct plus_one
}
};
int
main()
int main()
{
using std::placeholders::_1;