Skip to content

Commit a8dd3f8

Browse files
Update tools/test/toolchains/test_toolchains.py
Co-Authored-By: Hugues Kamba <[email protected]>
1 parent 49ce149 commit a8dd3f8

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
@@ -192,7 +192,7 @@ def test_iar_default_lib(self):
192192
self.fail(UNSUPPORTED_C_LIB_EXCEPTION_STRING.format(mock_target.default_lib))
193193

194194
def test_iar_default_lib_std_exception(self):
195-
"""Test that an exception raised if the default_lib is std but it is not listed in supported_c_libs."""
195+
"""Test that an exception is raised if the std C library is not supported for a target on the IAR toolchain."""
196196
mock_target = mock.MagicMock()
197197
mock_target.core = "Cortex-M4"
198198
mock_target.microlib_supported = False

0 commit comments

Comments
 (0)