File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
// RUN: echo "public func foo() {}" >> %t/foo.swift
6
6
// RUN: %target-swift-frontend -emit-module -emit-module-path %t/inputs/Foo.swiftmodule -emit-module-doc-path %t/inputs/Foo.swiftdoc -emit-module-source-info -emit-module-source-info-path %t/inputs/Foo.swiftsourceinfo -module-cache-path %t.module-cache %t/foo.swift -module-name Foo
7
7
8
- // RUN: echo "[{" > %t/inputs/map.json
9
- // RUN: echo "\"SwiftModule\": \"Foo\"," >> %t/inputs/map.json
10
- // RUN: echo "\"SwiftModulePath\": \"%t/inputs/Foo.swiftmodule\"," >> %t/inputs/map.json
11
- // RUN: echo "\"SwiftDocPath\": \"%t/inputs/Foo.swiftdoc\"," >> %t/inputs/map.json
12
- // RUN: echo "\"SwiftSourceInfoPath\": \"%t/inputs/Foo.swiftsourceinfo\"" >> %t/inputs/map.json
13
- // RUN: echo "}]" >> %t/inputs/map.json
8
+ // RUN: echo "[{" > %/ t/inputs/map.json
9
+ // RUN: echo "\"SwiftModule\": \"Foo\"," >> %/ t/inputs/map.json
10
+ // RUN: echo "\"SwiftModulePath\": \"%/ t/inputs/Foo.swiftmodule\"," >> %/ t/inputs/map.json
11
+ // RUN: echo "\"SwiftDocPath\": \"%/ t/inputs/Foo.swiftdoc\"," >> %/ t/inputs/map.json
12
+ // RUN: echo "\"SwiftSourceInfoPath\": \"%/ t/inputs/Foo.swiftsourceinfo\"" >> %/ t/inputs/map.json
13
+ // RUN: echo "}]" >> %/ t/inputs/map.json
14
14
15
15
// RUN: %target-swift-ide-test -print-module-comments -module-to-print=Foo -enable-swiftsourceinfo -source-filename %s -explicit-swift-module-map-file %t/inputs/map.json | %FileCheck %s
16
16
You can’t perform that action at this time.
0 commit comments