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 c08e7b9 commit 7cabcc9Copy full SHA for 7cabcc9
test/Frontend/module-alias-dump-ast.swift
@@ -13,8 +13,9 @@
13
// RUN: %target-swift-frontend -dump-ast %t/FileLib.swift -module-alias XLogging=AppleLogging -I %t > %t/result-ast.output
14
15
// RUN: %FileCheck %s -input-file %t/result-ast.output -check-prefix CHECK-AST
16
-// CHECK-AST: XLogging
17
// CHECK-AST: module<AppleLogging>
+// RUN: not %FileCheck %s -input-file %t/result-ast.output -check-prefix CHECK-NOT-AST
18
+// CHECK-NOT-AST: XLogging
19
20
21
// BEGIN FileLogging.swift
0 commit comments