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 49ce149 commit a8dd3f8Copy full SHA for a8dd3f8
tools/test/toolchains/test_toolchains.py
@@ -192,7 +192,7 @@ def test_iar_default_lib(self):
192
self.fail(UNSUPPORTED_C_LIB_EXCEPTION_STRING.format(mock_target.default_lib))
193
194
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."""
+ """Test that an exception is raised if the std C library is not supported for a target on the IAR toolchain."""
196
mock_target = mock.MagicMock()
197
mock_target.core = "Cortex-M4"
198
mock_target.microlib_supported = False
0 commit comments