Skip to content

Commit d0e09b0

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

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
@@ -179,7 +179,7 @@ def test_iar_minimal_printf(self):
179179
self.assertIn("-DMBED_MINIMAL_PRINTF", iar_obj.flags["common"])
180180

181181
def test_iar_default_lib(self):
182-
"""Test that no exception raised when a valid c library is specified."""
182+
"""Test that no exception is raised when a supported c library is specified."""
183183
mock_target = mock.MagicMock()
184184
mock_target.core = "Cortex-M4"
185185
mock_target.supported_c_libs = {"iar": ["std"]}

0 commit comments

Comments
 (0)