File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: cp %s %t/main.swift
3
3
// RUN: %target-build-swift -whole-module-optimization -module-name PlaygroundSupport -emit-module-path %t/PlaygroundSupport.swiftmodule -parse-as-library -c -o %t/PlaygroundSupport.o %S/Inputs/PCMacroRuntime.swift %S/Inputs/SilentPlaygroundsRuntime.swift
4
4
// RUN: %target-build-swift -Xfrontend -pc-macro -o %t/main -I=%t %t/PlaygroundSupport.o %t/main.swift
5
- /*// RUN: %target-codesign %t/main*/
5
+ // RUN: %target-codesign %t/main
6
6
// RUN: %target-run %t/main | %FileCheck %s
7
7
// RUN: %target-build-swift -Xfrontend -pc-macro -Xfrontend -playground -Xfrontend -debugger-support -o %t/main2 -I=%t %t/PlaygroundSupport.o %t/main.swift
8
8
// RUN: %target-run %t/main | %FileCheck %s
Original file line number Diff line number Diff line change 2
2
// RUN: cp %s %t/main.swift
3
3
// RUN: %target-build-swift -whole-module-optimization -module-name PlaygroundSupport -emit-module-path %t/PlaygroundSupport.swiftmodule -parse-as-library -c -o %t/PlaygroundSupport.o %S/Inputs/PCMacroRuntime.swift %S/Inputs/SilentPlaygroundsRuntime.swift
4
4
// RUN: %target-build-swift -Xfrontend -pc-macro -o %t/main -I=%t %t/PlaygroundSupport.o %t/main.swift
5
- /*// RUN: %target-codesign %t/main*/
5
+ // RUN: %target-codesign %t/main
6
6
// RUN: %target-run %t/main | %FileCheck %s
7
7
// RUN: %target-build-swift -Xfrontend -pc-macro -Xfrontend -playground -Xfrontend -debugger-support -o %t/main2 -I=%t %t/PlaygroundSupport.o %t/main.swift
8
8
// RUN: %target-run %t/main | %FileCheck %s
Original file line number Diff line number Diff line change 2
2
// RUN: cp %s %t/main.swift
3
3
// RUN: %target-build-swift -whole-module-optimization -module-name PlaygroundSupport -emit-module-path %t/PlaygroundSupport.swiftmodule -parse-as-library -c -o %t/PlaygroundSupport.o %S/Inputs/PCMacroRuntime.swift %S/Inputs/SilentPlaygroundsRuntime.swift
4
4
// RUN: %target-build-swift -Xfrontend -pc-macro -o %t/main -I=%t %t/PlaygroundSupport.o %t/main.swift
5
- /*// RUN: %target-codesign %t/main*/
5
+ // RUN: %target-codesign %t/main
6
6
// RUN: %target-run %t/main | %FileCheck %s
7
7
// RUN: %target-build-swift -Xfrontend -pc-macro -Xfrontend -playground -Xfrontend -debugger-support -o %t/main2 -I=%t %t/PlaygroundSupport.o %t/main.swift
8
8
// RUN: %target-run %t/main | %FileCheck %s
Original file line number Diff line number Diff line change 2
2
// RUN: cp %s %t/main.swift
3
3
// RUN: %target-build-swift -whole-module-optimization -module-name PlaygroundSupport -emit-module-path %t/PlaygroundSupport.swiftmodule -parse-as-library -c -o %t/PlaygroundSupport.o %S/Inputs/PCMacroRuntime.swift %S/Inputs/SilentPlaygroundsRuntime.swift
4
4
// RUN: %target-build-swift -Xfrontend -pc-macro -o %t/main -I=%t %t/PlaygroundSupport.o %t/main.swift
5
- /*// RUN: %target-codesign %t/main*/
5
+ // RUN: %target-codesign %t/main
6
6
// RUN: %target-run %t/main | %FileCheck %s
7
7
// RUN: %target-build-swift -Xfrontend -pc-macro -Xfrontend -playground -Xfrontend -debugger-support -o %t/main2 -I=%t %t/PlaygroundSupport.o %t/main.swift
8
8
// RUN: %target-run %t/main | %FileCheck %s
You can’t perform that action at this time.
0 commit comments