summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/output/test_operations2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/output/test_operations b/Lib/test/output/test_operations
index 8a1bc2a..309cd5b 100644
--- a/Lib/test/output/test_operations
+++ b/Lib/test/output/test_operations
@@ -9,8 +9,6 @@ z = d[x2]: caught the RuntimeError outside
raising error
x2 in d: caught the RuntimeError outside
raising error
-d.has_key(x2): caught the RuntimeError outside
-raising error
d.get(x2): caught the RuntimeError outside
raising error
d.setdefault(x2, 42): caught the RuntimeError outside