From 53591961c95970d84e7a5af922bfd954418f8065 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 28 Feb 2019 16:32:24 +0100 Subject: [PATCH] Fix supported platform debug print --- test/test_functest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_functest.py b/test/test_functest.py index 16e1cbb8..21f66163 100644 --- a/test/test_functest.py +++ b/test/test_functest.py @@ -46,7 +46,7 @@ def check_functest_sanitizers(scheme_name, implementation_name): elif platform.machine() in ['armv7l', 'aarch64']: env = {'ASAN_OPTIONS': 'detect_leaks=0'} else: - print("Supported platform: {}".format(platform.machine)) + print("Supported platform: {}".format(platform.machine())) implementation = pqclean.Implementation.by_name( scheme_name, implementation_name) helpers.make('clean-scheme', 'functest',