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 13
13
distributed under the License is distributed on an "AS IS" BASIS,
14
14
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
15
See the License for the specific language governing permissions and
16
- limitations
16
+ limitations
17
17
"""
18
18
19
19
import sys
@@ -84,14 +84,13 @@ def test_armc5_version_check(_run_cmd):
84
84
def test_armc6_version_check (_run_cmd ):
85
85
set_targets_json_location ()
86
86
notifier = MockNotifier ()
87
- print (TARGET_MAP ["K64F" ])
88
87
toolchain = TOOLCHAIN_CLASSES ["ARMC6" ](TARGET_MAP ["K64F" ], notify = notifier )
89
- print (toolchain )
90
88
_run_cmd .return_value = ("""
91
89
Product: ARM Compiler 6.11 Professional
92
90
Component: ARM Compiler 6.11
93
91
Tool: armclang [5d3b4200]
94
92
""" , "" , 0 )
93
+
95
94
toolchain .version_check ()
96
95
assert notifier .messages == []
97
96
You can’t perform that action at this time.
0 commit comments