Skip to content

Commit b1145d7

Browse files
committed
---
yaml --- r: 344827 b: refs/heads/master c: 7e83686 h: refs/heads/master i: 344825: 9adfa7f 344823: cb6b00e
1 parent 415699a commit b1145d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b89c9fd1e432bcef5c51758f2c857494ac4908db
2+
refs/heads/master: 7e8368613a6183b15b4157253fca10aecaa55fe8
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/docs/ABI/Mangling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mangling
99
--------
1010
::
1111

12-
mangled-name ::= '_S' global
12+
mangled-name ::= '$S' global
1313

1414
All Swift-mangled names begin with this prefix.
1515

trunk/test/stdlib/Metal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-run %t/a.out4
2+
// RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-codesign %t/a.out4 && %target-run %t/a.out4
33
// REQUIRES: objc_interop
44
// UNSUPPORTED: OS=watchos
55

0 commit comments

Comments
 (0)