fix SR-12526 test

This commit is contained in:
Marc Rasi
2020-04-07 10:26:57 -07:00
parent 78ac5eb0a3
commit 2d1436e8d2
2 changed files with 2 additions and 2 deletions

View File

@@ -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.