summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_class.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_class.py')
-rw-r--r--Lib/test/test_class.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_class.py b/Lib/test/test_class.py
index 66f4265..795acd9 100644
--- a/Lib/test/test_class.py
+++ b/Lib/test/test_class.py
@@ -244,12 +244,10 @@ str(testme)
testme == 1
testme < 1
testme > 1
-testme <> 1
testme != 1
1 == testme
1 < testme
1 > testme
-1 <> testme
1 != testme
# This test has to be last (duh.)