Skip to content

Commit 8e7dc70

Browse files
authored
[AutoDiff] NFC: Garden test. (swiftlang#33263)
Remove unused commented lines.
1 parent f971b34 commit 8e7dc70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/AutoDiff/validation-test/cross_module_derivative_attr.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift-dylib(%t/%target-library-name(module1)) %S/Inputs/cross_module_derivative_attr/module1/module1.swift %S/Inputs/cross_module_derivative_attr/module1/module1_other_file.swift -emit-module -emit-module-path %t/module1.swiftmodule -module-name module1
3-
// -Xfrontend -validate-tbd-against-ir=none
43
// RUN: %target-build-swift -I%t -L%t %S/Inputs/cross_module_derivative_attr/main/main.swift -o %t/a.out -lmodule1 %target-rpath(%t)
5-
// -Xfrontend -validate-tbd-against-ir=none
64
// RUN: %target-codesign %t/a.out
75
// RUN: %target-codesign %t/%target-library-name(module1)
86
// RUN: %target-run %t/a.out %t/%target-library-name(module1)

0 commit comments

Comments
 (0)