brintos

brintos / llvm-project-archived public Read only

0
0
Text · 754 B · 6f35939 Raw
19 lines · cpp
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-exception6//7//===----------------------------------------------------------------------===//8 9// Make sure we can mark a gen-test as UNSUPPORTED10 11// We use C++03 as a random feature that we know exists. The goal is to make12// this test always unsupported.13// UNSUPPORTED: c++0314// REQUIRES: c++0315 16// Note that an unsupported gen-test should still contain some commands, otherwise17// what are we generating? They are never executed, though.18// RUN: something-definitely-invalid19