Add a test for the deprecation of the compiler package.
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index ae57134..ee79000 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -129,7 +129,7 @@
# test.testall not tested as it executes all unit tests as an
# import side-effect.
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
- 'Bastion')
+ 'Bastion', 'compiler')
inclusive_platforms = {'irix':('pure',)}
optional_modules = ('bsddb185',)