Skip to content

Commit 4487cd4

Browse files
committed
[cxx-interop] Remove remnants of symbolic import mode
Symbolic import mode was removed in b51cfa5. This removes a reference to it from a test.
1 parent dfa4bf7 commit 4487cd4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/Interop/Cxx/class/inheritance/circular-inheritance-typechecker.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// RUN: %empty-directory(%t/index)
2-
// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -cxx-interoperability-mode=default -index-store-path %t/index
3-
//
4-
// Note that we specify an -index-store-path to ensure we also test importing symbolic C++ decls,
5-
// to exercise code that handles importing unspecialized class templates.
1+
// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -cxx-interoperability-mode=default
62

73
import CircularInheritance
84

0 commit comments

Comments
 (0)