diff options
| author | JF Bastien <jfbastien@apple.com> | 2019-01-09 22:56:45 +0000 |
|---|---|---|
| committer | JF Bastien <jfbastien@apple.com> | 2019-01-09 22:56:45 +0000 |
| commit | 2f4df4c986505cd85645e7b54a9f688e72eb2238 (patch) | |
| tree | f17c3c025d3dc7e1fa3891c0abc90430a7855d15 /libcxx/test/std/containers/unord | |
| parent | 8c2fe4797cbb137cd8e96a556f238dc728d438af (diff) | |
| download | bcm5719-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/containers/unord')
| -rw-r--r-- | libcxx/test/std/containers/unord/unord.map/compare.pass.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/test/std/containers/unord/unord.map/compare.pass.cpp b/libcxx/test/std/containers/unord/unord.map/compare.pass.cpp index cffc1dbd42c..2761bf17764 100644 --- a/libcxx/test/std/containers/unord/unord.map/compare.pass.cpp +++ b/libcxx/test/std/containers/unord/unord.map/compare.pass.cpp @@ -33,8 +33,7 @@ namespace std }; } -int -main() +int main() { typedef std::unordered_map<Key, int> MapT; typedef MapT::iterator Iter; |

