summaryrefslogtreecommitdiffstats
path: root/Lib/dos-8x3/test_gra.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-08 23:14:57 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-08 23:14:57 (GMT)
commitde554ece418b241ad5058b1e600040c0d1c01891 (patch)
tree787ca28dc2f8582e7ce7f0bb535ef865bf1c7f9f /Lib/dos-8x3/test_gra.py
parent6dd87830d091673741a4aabfb0680ae5ca64c257 (diff)
downloadcpython-de554ece418b241ad5058b1e600040c0d1c01891.zip
cpython-de554ece418b241ad5058b1e600040c0d1c01891.tar.gz
cpython-de554ece418b241ad5058b1e600040c0d1c01891.tar.bz2
The usual.
Diffstat (limited to 'Lib/dos-8x3/test_gra.py')
-rwxr-xr-xLib/dos-8x3/test_gra.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/dos-8x3/test_gra.py b/Lib/dos-8x3/test_gra.py
index b9607ac..21012d2 100755
--- a/Lib/dos-8x3/test_gra.py
+++ b/Lib/dos-8x3/test_gra.py
@@ -83,8 +83,8 @@ x = 3.1e4
print '1.1.3 String literals'
-def assert(s):
- if not s: raise TestFailed, 'see traceback'
+##def assert(s):
+## if not s: raise TestFailed, 'see traceback'
x = ''; y = ""; assert(len(x) == 0 and x == y)
x = '\''; y = "'"; assert(len(x) == 1 and x == y and ord(x) == 39)