Files
swift-mirror/test/Unsafe/unsafe_command_line.swift

7 lines
298 B
Swift

// RUN: %target-swift-frontend -typecheck -enable-experimental-feature WarnUnsafe -Ounchecked -disable-access-control %s 2>&1 | %FileCheck %s
// REQUIRES: swift_feature_WarnUnsafe
// CHECK: warning: '-Ounchecked' is not memory-safe
// CHECK: warning: '-disable-access-control' is not memory-safe