1//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9// TODO: This test is currently written in a way that is specific to libc++, but it's really trying to test a property
10// of the test framework, which isn't libc++ specific.
11// REQUIRES: stdlib=libc++
12
13// Make sure that the compile flags contain no module information.
14
15// MODULE_DEPENDENCIES:
16
17// RUN: echo "%{compile_flags}" | grep -v "std.pcm"
18// RUN: echo "%{compile_flags}" | grep -v "std.compat.pcm"
19

source code of libcxx/test/selftest/modules/no-modules.sh.cpp