[libc++] Fixes generated output CI job.
authorMark de Wever <koraq@xs4all.nl>
Sat, 3 Sep 2022 08:19:35 +0000 (10:19 +0200)
committerMark de Wever <koraq@xs4all.nl>
Sat, 3 Sep 2022 08:19:35 +0000 (10:19 +0200)
It seems there was another file with the same issue, which didn't show
up initially.

libcxx/test/std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp

index 629d82f..f984576 100644 (file)
@@ -1,13 +1,13 @@
-//===----------------------------------------------------------------------===//\r
-//\r
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.\r
-// See https://llvm.org/LICENSE.txt for license information.\r
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception\r
-//\r
-//===----------------------------------------------------------------------===//\r
-\r
-// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20\r
-\r
-// Includes Microsoft's test that tests the entire header.\r
-\r
-#include "test.cpp"\r
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
+
+// Includes Microsoft's test that tests the entire header.
+
+#include "test.cpp"