File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313distributed under the License is distributed on an "AS IS" BASIS,
1414WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515See the License for the specific language governing permissions and
16- limitations
16+ limitations
1717"""
1818
1919import sys
@@ -84,14 +84,13 @@ def test_armc5_version_check(_run_cmd):
8484def test_armc6_version_check (_run_cmd ):
8585 set_targets_json_location ()
8686 notifier = MockNotifier ()
87- print (TARGET_MAP ["K64F" ])
8887 toolchain = TOOLCHAIN_CLASSES ["ARMC6" ](TARGET_MAP ["K64F" ], notify = notifier )
89- print (toolchain )
9088 _run_cmd .return_value = ("""
9189 Product: ARM Compiler 6.11 Professional
9290 Component: ARM Compiler 6.11
9391 Tool: armclang [5d3b4200]
9492 """ , "" , 0 )
93+
9594 toolchain .version_check ()
9695 assert notifier .messages == []
9796
You can’t perform that action at this time.
0 commit comments