Skip to content

Commit

Permalink
Speculative build fix after renaming PlaygroundQuickLook
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr committed Aug 8, 2016
1 parent 865fd0c commit ab605ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlaygroundLogger/PlaygroundLogger/TestCases.swift
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ class PrintHookTestCase : TestCase {
}
}

class _PlaygroundQuickLookCalledOnceTestCase : TestCase {
class PlaygroundQuickLookCalledOnceTestCase : TestCase {
required init?() {}
var name: String { return "PlaygroundQuickLookCalledOnce" }
var explanation: String { return "Check that the logger only calls customPlaygroundQuickLook() one time per log operation" }
Expand Down

0 comments on commit ab605ef

Please sign in to comment.