Skip to content

Commit 91b0a18

Browse files
Update tools/test/toolchains/test_toolchains.py
Co-Authored-By: Hugues Kamba <[email protected]>
1 parent 12bb30b commit 91b0a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/toolchains/test_toolchains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_arm_default_lib(self):
6969
self.assertIn("--library_type=microlib", arm_c6_obj.flags["asm"])
7070

7171
def test_arm_default_lib_std_exception(self):
72-
"""Test that an exception raised if the default_lib is std but it is not listed in supported_c_libs."""
72+
"""Test that an exception is raised if the std C library is not supported for a target on the ARM toolchain."""
7373
mock_target = mock.MagicMock()
7474
mock_target.core = "Cortex-M4"
7575
mock_target.supported_toolchains = ["ARM", "uARM", "ARMC5"]

0 commit comments

Comments
 (0)