Skip to content

Commit eb27d8e

Browse files
bridadanadbridge
authored andcommitted
Remove stray prints and whitespace
1 parent c7c39a7 commit eb27d8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/test/toolchains/api_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
distributed under the License is distributed on an "AS IS" BASIS,
1414
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
16-
limitations
16+
limitations
1717
"""
1818

1919
import sys
@@ -84,14 +84,13 @@ def test_armc5_version_check(_run_cmd):
8484
def 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

0 commit comments

Comments
 (0)