mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Additional post-review fixes.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// RUN: echo 'public func main() {a(); b()}' > %t/main.swift
|
||||
// RUN: echo "{\"%/t/a.swift\": {\"ast-dump\": \"%/t/a.ast\"}, \"%/t/b.swift\": {\"ast-dump\": \"%/t/b.ast\"}, \"%/t/main.swift\": {\"ast-dump\": \"%/t/main.ast\"}}" > %t/outputs.json
|
||||
|
||||
// RUN: %target-build-swift -dump-ast -dump-ast-format json -output-file-map %t/outputs.json %t/a.swift %t/b.swift %t/main.swift -module-name main
|
||||
// RUN: %target-build-swift -dump-ast -dump-ast-format json -output-file-map %t/outputs.json %/t/a.swift %/t/b.swift %/t/main.swift -module-name main
|
||||
// RUN: %FileCheck -check-prefix A-AST %s < %t/a.ast
|
||||
// RUN: %FileCheck -check-prefix B-AST %s < %t/b.ast
|
||||
// RUN: %FileCheck -check-prefix MAIN-AST %s < %t/main.ast
|
||||
|
||||
Reference in New Issue
Block a user