File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
// RUN: %target-swift-frontend -module-name AppleLogging -module-alias XLogging=AppleLogging %t/FileLogging.swift -emit-module -emit-module-path %t/AppleLogging.swiftmodule
10
10
// RUN: test -f %t/AppleLogging.swiftmodule
11
11
12
- /// Verify AST contains XLogging, not AppleLogging
12
+ /// Verify AST contains AppleLogging as module name
13
13
// RUN: %target-swift-frontend -dump-ast %t/FileLib.swift -module-alias XLogging=AppleLogging -I %t > %t/result-ast.output
14
14
15
15
// RUN: %FileCheck %s -input-file %t/result-ast.output -check-prefix CHECK-AST
16
16
// CHECK-AST: XLogging
17
- // RUN: not %FileCheck %s -input-file %t/result-ast.output -check-prefix CHECK-NOT-AST
18
- // CHECK-NOT-AST: AppleLogging
17
+ // CHECK-AST: module<AppleLogging>
19
18
20
19
21
20
// BEGIN FileLogging.swift
You can’t perform that action at this time.
0 commit comments