[libcxx-commits] [libcxx] ba6ad62 - [libc++] Fixes generated output CI job.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 3 01:20:27 PDT 2022


Author: Mark de Wever
Date: 2022-09-03T10:19:35+02:00
New Revision: ba6ad620816d147b5c1b49c5b3a9e54f9a150f4a

URL: https://github.com/llvm/llvm-project/commit/ba6ad620816d147b5c1b49c5b3a9e54f9a150f4a
DIFF: https://github.com/llvm/llvm-project/commit/ba6ad620816d147b5c1b49c5b3a9e54f9a150f4a.diff

LOG: [libc++] Fixes generated output CI job.

It seems there was another file with the same issue, which didn't show
up initially.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp b/libcxx/test/std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp
index 629d82fcfd79d..f9845769d0767 100644
--- a/libcxx/test/std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp
+++ b/libcxx/test/std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp
@@ -1,13 +1,13 @@
-//===----------------------------------------------------------------------===//
-//
-// 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"
+//===----------------------------------------------------------------------===//
+//
+// 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"


        


More information about the libcxx-commits mailing list