Skip to content

Commit 28d9aaf

Browse files
committed
---
yaml --- r: 322479 b: refs/heads/tensorflow-next c: 4177ffc h: refs/heads/master i: 322477: cc0b361 322475: 0479aae 322471: 1a54f44 322463: 8de577f
1 parent 26429de commit 28d9aaf

File tree

3 files changed

+5
-5
lines changed

3 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: 76d77c486b31cf589826bf5daf3e9e3bbb9c5ad4
1464+
refs/heads/tensorflow-next: 4177ffce1ca19f0c3201c9033742424f26ff7164
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
struct CoolStruct {
2-
let coolFactor: Double
1+
public struct CoolStruct {
2+
public let coolFactor: Double
33
}

branches/tensorflow-next/test/multifile/protocol-conformance-member.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift -emit-library %s %S/Inputs/protocol-conformance-member-helper.swift -o %t/%target-library-name(Test) -module-name Test
3-
// RUN: llvm-nm %t/%target-library-name(Test) | %FileCheck %s
3+
// RUN: llvm-readobj -symbols -coff-exports %t/%target-library-name(Test) | %FileCheck %s
44

5-
// CHECK: $s4Test10CoolStructV10coolFactorSdvg
5+
// CHECK: Name: {{_?}}$s4Test10CoolStructV10coolFactorSdvg
66

77
// SR-156: Make sure we synthesize getters for members used as protocol
88
// witnesses. Check that we link correctly; we don't care which file

0 commit comments

Comments
 (0)