Files
swift-mirror/test/Parse/extractConstantsFromMembers_attr.swift
Nuri Amari fa6f6db02e Require asserts in tests enabling ExtractConstantsFromMembers feature
The feature is experimental and thus tests using it must require
asserts, lets they fail if run with a non assert toolchain.
2023-11-29 13:19:07 -08:00

7 lines
175 B
Swift

// RUN: %target-typecheck-verify-swift -parse -enable-experimental-feature ExtractConstantsFromMembers
// REQUIRES: asserts
@extractConstantsFromMembers
protocol MyProto {}