Skip to content

Commit 8f95ffc

Browse files
committed
Update master to work with Xcode beta 4
1 parent 631d2aa commit 8f95ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlaygroundLogger/PlaygroundLogger/TestCases.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class ColorLoggingTestCase : TestCase {
699699
var behavior: TestBehavior { return .ExpectedSuccess }
700700
func doTest() {
701701
#if os(OSX)
702-
let color = NSColor.red()
702+
let color = NSColor.red
703703
let mirror = LoggerMirror.reflect(color)
704704
TestHelpers.unwrapOrFail(mirror.quickLookObject)
705705
#endif

0 commit comments

Comments
 (0)