File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/tensorflow-next/test/Interpreter Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: 8bd28674564967504bc5a77e606e68b2dd3dac33
1464
+ refs/heads/tensorflow-next: d30566b75f32de5810df7192f7a0893ded0839bc
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift
2
2
3
+ // REQUIRES: executable_test
4
+
3
5
func test( reportError: ( ( String ) -> ( Void ) ) ? = nil ) {
4
6
let reportError = reportError ?? { error in
5
7
print ( error)
You can’t perform that action at this time.
0 commit comments