Files
swift-mirror/validation-test/Serialization/conformance-removed.swift
2017-06-04 11:08:39 -07:00

10 lines
525 B
Swift

// RUN: %empty-directory(%t)
// RUN: %target-build-swift -emit-sil -emit-module-path %t/SwiftLib.swiftmodule -I %S/Inputs/conformance-removed/ %S/Inputs/conformance-removed/SwiftLib.swift -Xcc -DUSE_PROTO
// RUN: not --crash %target-build-swift -typecheck -I %t -I %S/Inputs/custom-modules/ %s 2>&1 | %FileCheck %s
// REQUIRES: objc_interop
import SwiftLib
class Rdar28282310: Sub {}
// CHECK: If you're seeing a crash here, check that your SDK and dependencies are at least as new as the versions used to build 'SwiftLib'