We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482dc69 commit a3aff28Copy full SHA for a3aff28
test/SymbolGraph/ClangImporter/ForeignExtensions.swift
@@ -4,6 +4,10 @@
4
// RUN: %FileCheck %s --input-file %t/EmitWhileBuilding.symbols.json --check-prefix BASE
5
// RUN: %FileCheck %s --input-file %t/EmitWhileBuilding@Swift.symbols.json --check-prefix EXTENSION
6
7
+// RUN: %target-swift-symbolgraph-extract -sdk %clang-importer-sdk -module-name EmitWhileBuilding -F %t -output-dir %t -pretty-print -v
8
+// RUN: %FileCheck %s --input-file %t/EmitWhileBuilding.symbols.json --check-prefix BASE
9
+// RUN: %FileCheck %s --input-file %t/EmitWhileBuilding@Swift.symbols.json --check-prefix EXTENSION
10
+
11
// REQUIRES: objc_interop
12
13
// ensure that the symbol `String.Foo.bar` does not appear in the base module's symbol graph
0 commit comments