From 8b91ac3a1a2f88726569e70e87025c214478922f Mon Sep 17 00:00:00 2001 From: Logan Weber Date: Thu, 30 Jul 2020 11:13:57 -0700 Subject: [PATCH] fix cortex-m33 test_crt bug --- tests/python/unittest/test_crt.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/python/unittest/test_crt.py b/tests/python/unittest/test_crt.py index 4e39d76e205b..10918c2a9a12 100644 --- a/tests/python/unittest/test_crt.py +++ b/tests/python/unittest/test_crt.py @@ -84,15 +84,10 @@ def _make_cortex_m33_sess(mod): micro_binary = tvm.micro.build_static_runtime(workspace, compiler, mod, lib_opts, bin_opts) lib_opts['cflags'].pop() - flasher_kw = { - 'debug': DEBUG, - } - # debug_rpc_session = tvm.rpc.connect('127.0.0.1', 9090) debug_rpc_session = None flasher = compiler.Flasher( - **flasher_kw, openocd_serial='066DFF343039564157214347', debug_rpc_session=debug_rpc_session) if BUILD: