Commit 7610ec26 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed merging error in changeset 3912934e99ba (issue #19733).

parent 40dcf7f0
......@@ -260,13 +260,8 @@ class MenubuttonTest(AbstractLabelTest, unittest.TestCase):
test_highlightthickness = StandardOptionsTests.test_highlightthickness.im_func
<<<<<<<
=======
test_highlightthickness = StandardOptionsTests.test_highlightthickness
@unittest.skipIf(sys.platform == 'darwin',
'crashes with Cocoa Tk (issue19733)')
>>>>>>>
def test_image(self):
widget = self.create()
image = Tkinter.PhotoImage('image1')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment