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 117cc75 commit a1f8528Copy full SHA for a1f8528
test/SymbolGraph/verbose.swift
@@ -6,6 +6,9 @@
6
// RUN: %empty-directory(%t)
7
// RUN: %target-build-swift %s -module-name verbose -emit-module -emit-module-path %t/verbose.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir %t | %FileCheck %s -check-prefix=DRIVER --allow-empty
8
9
+// rdar://76461340
10
+// REQUIRES: rdar76461340
11
+
12
// QUIET-NOT: Emitting symbol graph for module file
13
// QUIET-NOT: 2 top-level declarations in this module.
14
// QUIET-NOT: Found 1 symbols and 0 relationships.
0 commit comments