Skip to content

Commit e9d91dd

Browse files
committed
---
yaml --- r: 323454 b: refs/heads/tensorflow-next c: 82e5aaa h: refs/heads/master
1 parent eec60c3 commit e9d91dd

File tree

2 files changed

+5
-5
lines changed
  • branches/tensorflow-next/test/Interpreter/dynamic_replacement_multifile

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: 50de105bf1f9050047ebb4cf07c01db41ab6ddcb
1464+
refs/heads/tensorflow-next: 82e5aaad559137906e12c5a7cce653ede58dd0ed

branches/tensorflow-next/test/Interpreter/dynamic_replacement_multifile/main.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ func bar_r(_ x: Int) -> some P {
4848
var DynamicallyReplaceable = TestSuite("DynamicallyReplaceable")
4949

5050
DynamicallyReplaceable.test("DynamicallyReplaceable") {
51-
expectEqual(1, replaceable())
52-
expectEqual(2, replaceable1())
53-
expectEqual(3, replaceable2())
54-
expectEqual(7, replaceableInOtherFile())
5551
if #available(macOS 9999, iOS 9999, tvOS 9999, watchOS 9999, *) {
52+
expectEqual(1, replaceable())
53+
expectEqual(2, replaceable1())
54+
expectEqual(3, replaceable2())
55+
expectEqual(7, replaceableInOtherFile())
5656
expectEqual(16, MemoryLayout.size(ofValue: bar(5)))
5757
expectEqual(16, MemoryLayout.size(ofValue: bar1(5)))
5858
expectEqual(16, MemoryLayout.size(ofValue: bar2(5)))

0 commit comments

Comments
 (0)