Skip to content

Commit 108c102

Browse files
committed
Fix test for precedence groups.
1 parent 37b7890 commit 108c102

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

validation-test/stdlib/MicroStdlib/Inputs/Swift.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// A bare-bones Swift standard library
33
//
44

5+
precedencegroup AssignmentPrecedence { assignment: true }
6+
57
public enum Optional<Wrapped> {
68
case none
79
case some(Wrapped)

validation-test/stdlib/MicroStdlib/MicroStdlib.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
// RUN: %target-run %t/hello | FileCheck %s
1010
// REQUIRES: executable_test
1111
// CHECK: Hello
12-
// REQUIRES: rdar27558848
1312

0 commit comments

Comments
 (0)