File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
validation-test/Serialization Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: %target-swift-frontend -emit-module -o %t/Lib.swiftmodule -enable-objc-interop -I %S/Inputs/custom-modules %s
3
3
// 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
4
4
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
8
6
9
7
import SuperclassObjC
10
8
You can’t perform that action at this time.
0 commit comments