forked from OSchip/llvm-project
[libc++] Fixes generated output CI job.
It seems there was another file with the same issue, which didn't show up initially.
This commit is contained in:
parent
e31c2a1b1a
commit
ba6ad62081
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue