summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLib/test/regrtest.py1
-rw-r--r--setup.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 5ce2bc8d16..c60e824208 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -593,7 +593,6 @@ _expectations = {
test_largefile
test_nis
test_ntpath
- test_ossaudiodev
test_socketserver
test_sunaudiodev
test_unicode_file
diff --git a/setup.py b/setup.py
index 28fbb77bd5..01b87ebeb6 100644
--- a/setup.py
+++ b/setup.py
@@ -745,7 +745,7 @@ class PyBuildExt(build_ext):
if platform in ('linux2', 'freebsd4'):
# ossaudiodev currently doesn't work, so don't build.
pass
-## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
+ exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5':
# SunOS specific modules