Skip to content

Commit 86fa2f7

Browse files
committed
Tighten-up a Foundation Deserialization Test
CocoaError.Code.fileReadUnknown conflicts with the CHECK-NOT line here. We should be checking more specifically for UnknownBlock and UnknownCode anyways. rdar://53284293
1 parent fa1e9df commit 86fa2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SIL/Serialization/deserialize_foundation.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
// REQUIRES: objc_interop
66

7-
// CHECK-NOT: Unknown
7+
// CHECK-NOT: Unknown{{Code|Block}}

0 commit comments

Comments
 (0)