File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ def test_config(name):
103
103
]
104
104
for typ in Resources .ALL_FILE_TYPES :
105
105
for _ , path in resources .get_file_refs (typ ):
106
- print (path )
107
106
if included_source and path in included_source :
108
107
included_source .remove (path )
109
108
if excluded_source :
Original file line number Diff line number Diff line change 20
20
21
21
SRC_PATHS = {
22
22
'' : join (dirname (__file__ ), 'source' ),
23
+ # The online compiler uses a similar mapping, with the `.lib` suffix.
23
24
'mbed-os' : join (dirname (__file__ ), 'mbed-os.lib' ),
24
25
}
25
26
@@ -76,7 +77,7 @@ def test_add_target_info(self):
76
77
77
78
def test_detect_duplicates (self ):
78
79
"""
79
- Verify that detect_duplicates finds all off the duplicate object files
80
+ Verify that detect_duplicates finds all of the duplicate object files
80
81
in the scanned tree.
81
82
"""
82
83
notifier = MockNotifier ()
You can’t perform that action at this time.
0 commit comments