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 12bb30b commit 91b0a18Copy full SHA for 91b0a18
tools/test/toolchains/test_toolchains.py
@@ -69,7 +69,7 @@ def test_arm_default_lib(self):
69
self.assertIn("--library_type=microlib", arm_c6_obj.flags["asm"])
70
71
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."""
+ """Test that an exception is raised if the std C library is not supported for a target on the ARM toolchain."""
73
mock_target = mock.MagicMock()
74
mock_target.core = "Cortex-M4"
75
mock_target.supported_toolchains = ["ARM", "uARM", "ARMC5"]
0 commit comments