blob: d10cb99056e67858d8f2ad40bbadda62a3d5fd9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Lib/test/regrtest.py.orgi 2009-11-26 13:29:08.000000000 +0100
+++ Lib/test/regrtest.py 2009-11-26 13:29:37.000000000 +0100
@@ -1146,6 +1146,7 @@
_expectations['freebsd6'] = _expectations['freebsd4']
_expectations['freebsd7'] = _expectations['freebsd4']
_expectations['freebsd8'] = _expectations['freebsd4']
+_expectations['freebsd9'] = _expectations['freebsd4']
class _ExpectedSkips:
def __init__(self):
|