Additional post-review fixes.

This commit is contained in:
Tony Allevato
2025-01-22 15:48:30 -05:00
parent f249db3f85
commit d2fd3479da
5 changed files with 22 additions and 14 deletions

View File

@@ -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