summaryrefslogtreecommitdiff
path: root/Lib/test/test_fcntl.py
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2001-01-17 19:11:13 +0000
committerMarc-André Lemburg <mal@egenix.com>2001-01-17 19:11:13 +0000
commit927fa2418874ccab7d0eb5d6249be0c96a24beba (patch)
treee29aa1d89cd88148d9e62a10ff82ab5dddb79b9c /Lib/test/test_fcntl.py
parent5a9bf08b78176097d918d0ec7174e68094ee63a2 (diff)
downloadcpython-927fa2418874ccab7d0eb5d6249be0c96a24beba.tar.gz
This patch removes all uses of "assert" in the regression test suite
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
Diffstat (limited to 'Lib/test/test_fcntl.py')
-rwxr-xr-xLib/test/test_fcntl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index b6d4dfa72f..a598a413e2 100755
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -6,7 +6,7 @@ import struct
import fcntl
import FCNTL
import os, sys
-from test_support import verbose, TESTFN
+from test_support import verify, verbose, TESTFN
filename = TESTFN