Răsfoiți Sursa

[libcxx] [test] Make files consistently end with newlines, NFC.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309465 91177308-0d34-0410-b5e6-96231b3b80d8
Stephan T. Lavavej 8 ani în urmă
părinte
comite
25072f0004

+ 1 - 1
test/libcxx/algorithms/debug_less.pass.cpp

@@ -164,4 +164,4 @@ void test_failing() {
 int main() {
     test_passing();
     test_failing();
-}
+}

+ 1 - 1
test/libcxx/containers/sequences/list/list.modifiers/insert_iter_rvalue_db1.pass.cpp

@@ -27,4 +27,4 @@ int main()
     std::list<int> v2(3);
     v1.insert(v2.begin(), 4);
     assert(false);
-}
+}

+ 1 - 1
test/libcxx/experimental/filesystem/class.path/path.itr/iterator_db.pass.cpp

@@ -71,4 +71,4 @@ int main() {
       assert(false);
     } catch (int) {}
   }
-}
+}

+ 1 - 1
test/libcxx/type_traits/lazy_metafunctions.pass.cpp

@@ -134,4 +134,4 @@ int main() {
     LazyNotTest();
     LazyAndTest();
     LazyOrTest();
-}
+}

+ 1 - 1
test/libcxx/utilities/function.objects/func.require/bullet_4_5_6.pass.cpp

@@ -213,4 +213,4 @@ int main() {
     TestCase<ArgType volatile>::run();
     TestCase<ArgType const volatile>::run();
     TestCase<ArgType*>::run();
-}
+}

+ 1 - 1
test/libcxx/utilities/tuple/tuple.tuple/diagnose_reference_binding.pass.cpp

@@ -68,4 +68,4 @@ int main() {
         std::tuple<int const&> t4(std::allocator_arg, alloc, cr);
         assert(&std::get<0>(t4) == &x);
     }
-}
+}

+ 1 - 1
test/std/containers/unord/unord.map/unord.map.modifiers/insert_or_assign.pass.cpp

@@ -189,4 +189,4 @@ int main()
         assert(r->second.get() == 5);  // value
     }
 
-}
+}

+ 1 - 1
test/std/experimental/memory/memory.resource/memory.resource.priv/protected_members.fail.cpp

@@ -24,4 +24,4 @@ int main() {
     m->do_allocate(0, 0); // expected-error{{'do_allocate' is a protected member}}
     m->do_deallocate(nullptr, 0, 0); // expected-error{{'do_deallocate' is a protected member}}
     m->do_is_equal(*m); // expected-error{{'do_is_equal' is a protected member}}
-}
+}

+ 1 - 1
test/std/experimental/string.view/string.view.cons/from_string1.fail.cpp

@@ -29,4 +29,4 @@ int main () {
     assert ( sv1.size() == s.size());
     assert ( sv1.data() == s.data());
     }
-}
+}

+ 1 - 1
test/std/language.support/support.dynamic/align_val_t.pass.cpp

@@ -31,4 +31,4 @@ int main() {
     static_assert(b == std::align_val_t(32), "");
     static_assert(static_cast<std::size_t>(c) == (std::size_t)-1, "");
   }
-}
+}

+ 1 - 1
test/std/strings/string.view/string.view.cons/from_string1.fail.cpp

@@ -29,4 +29,4 @@ int main () {
     assert ( sv1.size() == s.size());
     assert ( sv1.data() == s.data());
     }
-}
+}

+ 1 - 1
test/std/utilities/function.objects/func.invoke/invoke_feature_test_macro.pass.cpp

@@ -36,4 +36,4 @@ int main() {
 #if defined(__cpp_lib_invoke)
   assert(std::invoke(foo, 101) == 42);
 #endif
-}
+}

+ 1 - 1
test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/uninitialized_value_construct_n.pass.cpp

@@ -112,4 +112,4 @@ int main()
 {
     test_counted();
     test_value_initialized();
-}
+}

+ 1 - 1
test/std/utilities/memory/specialized.algorithms/uninitialized.move/uninitialized_move.pass.cpp

@@ -111,4 +111,4 @@ void test_counted()
 int main() {
     test_counted();
     test_ctor_throws();
-}
+}

+ 1 - 1
test/std/utilities/memory/specialized.algorithms/uninitialized.move/uninitialized_move_n.pass.cpp

@@ -114,4 +114,4 @@ int main()
 {
     test_counted();
     test_ctor_throws();
-}
+}

+ 1 - 1
test/support/test_convertible.hpp

@@ -39,4 +39,4 @@ template <class Tp, class ...Args>
 constexpr bool test_convertible()
 { return detail::test_convertible_imp<Tp, Args...>(0); }
 
-#endif // SUPPORT_TEST_CONVERTIBLE_HPP
+#endif // SUPPORT_TEST_CONVERTIBLE_HPP