We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dd3f8 commit d0e09b0Copy full SHA for d0e09b0
tools/test/toolchains/test_toolchains.py
@@ -179,7 +179,7 @@ def test_iar_minimal_printf(self):
179
self.assertIn("-DMBED_MINIMAL_PRINTF", iar_obj.flags["common"])
180
181
def test_iar_default_lib(self):
182
- """Test that no exception raised when a valid c library is specified."""
+ """Test that no exception is raised when a supported c library is specified."""
183
mock_target = mock.MagicMock()
184
mock_target.core = "Cortex-M4"
185
mock_target.supported_c_libs = {"iar": ["std"]}
0 commit comments