summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tc_newkeys.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tc_newkeys.py b/test/tc_newkeys.py
index 10519dbf..df32c14a 100644
--- a/test/tc_newkeys.py
+++ b/test/tc_newkeys.py
@@ -233,7 +233,6 @@ def translate_keys(obj):
 
 class Tree(object):
 	def __init__(self, dictionary=None, parent=None, key=None):
-		assert dictionary is None or isinstance(dictionary, dict)
 		if dictionary is None:
 			self._tree = dict()
 		else:
tik/mu/blame/014literal_noninteger.cc?h=main&id=86d99645dcd8ab83a68f10c30d8321d353ae93ac'>^
6f8f9fb5 ^


ac0e9db5 ^

6f8f9fb5 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32