summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/input.output
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2019-01-09 22:56:45 +0000
committerJF Bastien <jfbastien@apple.com>2019-01-09 22:56:45 +0000
commit2f4df4c986505cd85645e7b54a9f688e72eb2238 (patch)
treef17c3c025d3dc7e1fa3891c0abc90430a7855d15 /libcxx/test/std/input.output
parent8c2fe4797cbb137cd8e96a556f238dc728d438af (diff)
downloadbcm5719-llvm-2f4df4c986505cd85645e7b54a9f688e72eb2238.tar.gz
bcm5719-llvm-2f4df4c986505cd85645e7b54a9f688e72eb2238.zip
[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
Diffstat (limited to 'libcxx/test/std/input.output')
-rw-r--r--libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp b/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp
index 9e602d4e72e..c23b3028cf4 100644
--- a/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp
+++ b/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp
@@ -46,7 +46,7 @@ static void test(std::ios_base::fmtflags fmt, const char *expected)
assert(ss.str() == expected);
}
-int main(void)
+int main()
{
const std::ios_base::fmtflags o = std::ios_base::oct;
const std::ios_base::fmtflags d = std::ios_base::dec;
OpenPOWER on IntegriCloud