From 3c81f6940d39ab294c1dec60077e8fa751d480e6 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Wed, 27 Feb 2019 18:09:46 +0100 Subject: [PATCH] Stupid typo --- test/test_symbol_namespace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_symbol_namespace.py b/test/test_symbol_namespace.py index e474077b..8951cb44 100644 --- a/test/test_symbol_namespace.py +++ b/test/test_symbol_namespace.py @@ -42,7 +42,7 @@ def check_symbol_namespace(scheme_name, implementation_name): if symtype in 'TR': if (not symbol.startswith(namespace) and # weird things on i386 - not symbol.startwith('__x86.get_pc_thunk.') and + not symbol.startswith('__x86.get_pc_thunk.') and not symbol.startswith('_' + namespace)): non_namespaced.append(symbol)