Skip to content

Commit ab605ef

Browse files
committed
Speculative build fix after renaming PlaygroundQuickLook
1 parent 865fd0c commit ab605ef

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
@@ -648,7 +648,7 @@ class PrintHookTestCase : TestCase {
648648
}
649649
}
650650

651-
class _PlaygroundQuickLookCalledOnceTestCase : TestCase {
651+
class PlaygroundQuickLookCalledOnceTestCase : TestCase {
652652
required init?() {}
653653
var name: String { return "PlaygroundQuickLookCalledOnce" }
654654
var explanation: String { return "Check that the logger only calls customPlaygroundQuickLook() one time per log operation" }

0 commit comments

Comments
 (0)