Skip to content

Commit fe470d9

Browse files
committed
Fix build tool test case failure
1 parent 6d3782a commit fe470d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/test/toolchains/test_toolchains.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ def test_arm_c_lib(self):
6464

6565
self.assertIn("--library_type=microlib", arm_std_obj.flags["ld"])
6666
self.assertIn("--library_type=microlib", arm_micro_obj.flags["ld"])
67-
self.assertIn("--library_type=microlib", arm_c6_obj.flags["ld"])
68-
69-
self.assertIn("-Wl,--library_type=microlib", arm_c6_obj.flags["cxx"])
67+
self.assertIn("--library_type=microlib", arm_c6_obj.flags["ld"])
7068
self.assertIn("--library_type=microlib", arm_c6_obj.flags["asm"])
7169

7270
def test_arm_c_lib_std_exception(self):

0 commit comments

Comments
 (0)