Skip to content

Commit 4ea8184

Browse files
committed
Add missing call to code()
1 parent 2e816b9 commit 4ea8184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/ModelIO.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var ModelIOTests = TestSuite("ModelIO")
1212

1313
if #available(OSX 10.13, iOS 11.0, tvOS 11.0, *) {
1414
ModelIOTests.test("MDLAnimatedScalar/accessors")
15-
.skip(.always("rdar://problem/50449570")) {
15+
.skip(.always("rdar://problem/50449570")).code {
1616
let animatedVal = MDLAnimatedScalar()
1717
let testCount = 10
1818
let testTimeVal = 5.0

0 commit comments

Comments
 (0)