Skip to content

Commit 7cabcc9

Browse files
committed
Update dump ast test
1 parent c08e7b9 commit 7cabcc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Frontend/module-alias-dump-ast.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
// RUN: %target-swift-frontend -dump-ast %t/FileLib.swift -module-alias XLogging=AppleLogging -I %t > %t/result-ast.output
1414

1515
// RUN: %FileCheck %s -input-file %t/result-ast.output -check-prefix CHECK-AST
16-
// CHECK-AST: XLogging
1716
// CHECK-AST: module<AppleLogging>
17+
// RUN: not %FileCheck %s -input-file %t/result-ast.output -check-prefix CHECK-NOT-AST
18+
// CHECK-NOT-AST: XLogging
1819

1920

2021
// BEGIN FileLogging.swift

0 commit comments

Comments
 (0)