mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
fix SR-12526 test
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-swift-frontend -emit-module -primary-file %S/Inputs/a.swift -emit-module-path %t/a.swiftmodule
|
||||
// RUN: %target-swift-frontend -emit-module -primary-file %S/Inputs/b.swift -emit-module-path %t/b.swiftmodule -I %t
|
||||
// RUN: not --crash %target-swift-frontend-typecheck -verify -I %t %s
|
||||
// RUN: %target-swift-frontend-typecheck -verify -I %t %s
|
||||
|
||||
// SR-12526: Fix cross-module deserialization crash involving `@derivative` attribute.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user