From ba6ad620816d147b5c1b49c5b3a9e54f9a150f4a Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 3 Sep 2022 10:19:35 +0200 Subject: [PATCH] [libc++] Fixes generated output CI job. It seems there was another file with the same issue, which didn't show up initially. --- .../forward_like.msvc/test.pass.cpp | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 629d82fcfd79..f9845769d076 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"