From 4487cd4c1034f19e132cc4ff4c74e7ad6aaf3814 Mon Sep 17 00:00:00 2001 From: Egor Zhdan Date: Thu, 22 May 2025 13:39:32 +0100 Subject: [PATCH] [cxx-interop] Remove remnants of symbolic import mode Symbolic import mode was removed in b51cfa5c. This removes a reference to it from a test. --- .../inheritance/circular-inheritance-typechecker.swift | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/Interop/Cxx/class/inheritance/circular-inheritance-typechecker.swift b/test/Interop/Cxx/class/inheritance/circular-inheritance-typechecker.swift index 5fe3b751f7af8..ec74e7aa87bcb 100644 --- a/test/Interop/Cxx/class/inheritance/circular-inheritance-typechecker.swift +++ b/test/Interop/Cxx/class/inheritance/circular-inheritance-typechecker.swift @@ -1,8 +1,4 @@ -// RUN: %empty-directory(%t/index) -// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -cxx-interoperability-mode=default -index-store-path %t/index -// -// Note that we specify an -index-store-path to ensure we also test importing symbolic C++ decls, -// to exercise code that handles importing unspecialized class templates. +// RUN: %target-typecheck-verify-swift -verify-ignore-unknown -I %S/Inputs -cxx-interoperability-mode=default import CircularInheritance