Skip to content

Commit 894a25c

Browse files
Add test case characterizing issue in rdar://problem/54860311.
1 parent 8fcc94f commit 894a25c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Placeholder text so that nobody accidentally deletes this when deleting empty files.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// RUN: not %target-typecheck-verify-swift -emit-loaded-module-trace -o %t/mytrace -I %S/Inputs 2>&1 | %FileCheck %s
2+
// XFAIL: *
3+
4+
import IllformedModule
5+
// CHECK: unexpected error produced: malformed compiled module

0 commit comments

Comments
 (0)