Skip to content

Commit afecf54

Browse files
author
roman_yakovenko
committed
small bug fix
1 parent 02bef91 commit afecf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/patcher_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_constructor_patcher(self):
6666
'vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >()'
6767
, 'vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >((&allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >()))'
6868
]
69-
self.failUnless( clone_tree.arguments[0].default_value in default_values)
69+
self.failUnless( clone_tree.arguments[0].default_value in default_values)
7070

7171
class tester_32_t( tester_impl_t ):
7272
global_ns = None

0 commit comments

Comments
 (0)