summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_wave.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_wave.py')
-rw-r--r--Lib/test/test_wave.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_wave.py b/Lib/test/test_wave.py
index 85f5566..271f0a8 100644
--- a/Lib/test/test_wave.py
+++ b/Lib/test/test_wave.py
@@ -4,7 +4,7 @@ import wave
def check(t, msg=None):
if not t:
- raise TestFailed, msg
+ raise TestFailed(msg)
nchannels = 2
sampwidth = 2