Skip to content

Commit 4615615

Browse files
committed
Serialization: Update test that doesn't crash anymore
1 parent c9b5862 commit 4615615

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

validation-test/Serialization/crash-superclass-dependency-removal.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// RUN: %target-swift-frontend -emit-module -o %t/Lib.swiftmodule -enable-objc-interop -I %S/Inputs/custom-modules %s
33
// RUN: %target-swift-ide-test -source-filename=x -print-module -module-to-print Lib -enable-objc-interop -I %t -I %S/Inputs/custom-modules | %FileCheck %s
44

5-
// FIXME: We need a way to handle the disappearing superclass in a position we
6-
// can't track easily from the containing class. rdar://problem/50835214
7-
// RUN: not --crash %target-swift-ide-test -source-filename=x -print-module -module-to-print Lib -enable-objc-interop -I %t -I %S/Inputs/custom-modules -Xcc -DBAD
5+
// RUN: %target-swift-ide-test -source-filename=x -print-module -module-to-print Lib -enable-objc-interop -I %t -I %S/Inputs/custom-modules -Xcc -DBAD
86

97
import SuperclassObjC
108

0 commit comments

Comments
 (0)