File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def test_toolchain_profile_c(profile, source_file):
42
42
toolchain = tc_class (TARGET_MAP ["K64F" ], build_profile = profile )
43
43
toolchain .inc_md5 = ""
44
44
toolchain .build_dir = ""
45
- toolchain .config = MagicMock (app_config_locaiton = None )
45
+ toolchain .config = MagicMock (app_config_location = None )
46
46
compile_command = toolchain .compile_command (to_compile ,
47
47
to_compile + ".o" , [])
48
48
for parameter in profile ['c' ] + profile ['common' ]:
@@ -68,7 +68,7 @@ def test_toolchain_profile_cpp(profile, source_file):
68
68
toolchain = tc_class (TARGET_MAP ["K64F" ], build_profile = profile )
69
69
toolchain .inc_md5 = ""
70
70
toolchain .build_dir = ""
71
- toolchain .config = MagicMock (app_config_locaiton = None )
71
+ toolchain .config = MagicMock (app_config_location = None )
72
72
compile_command = toolchain .compile_command (to_compile ,
73
73
to_compile + ".o" , [])
74
74
for parameter in profile ['cxx' ] + profile ['common' ]:
You can’t perform that action at this time.
0 commit comments