mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #27748: Merge with 3.5
This commit is contained in:
commit
7eacdcc3b8
1 changed files with 1 additions and 4 deletions
|
@ -120,10 +120,7 @@ class PlaySoundTest(unittest.TestCase):
|
|||
safe_PlaySound('!"$%&/(#+*', winsound.SND_ALIAS)
|
||||
|
||||
def test_alias_nofallback(self):
|
||||
self.assertRaises(RuntimeError,
|
||||
winsound.PlaySound,
|
||||
'!"$%&/(#+*',
|
||||
winsound.SND_ALIAS | winsound.SND_NODEFAULT)
|
||||
safe_PlaySound('!"$%&/(#+*', winsound.SND_ALIAS | winsound.SND_NODEFAULT)
|
||||
|
||||
def test_stopasync(self):
|
||||
safe_PlaySound(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue