You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Adrien Boulanger <boulanger@adacore.com>
This commit is contained in:
@@ -312,9 +312,6 @@ class LD(core.MemoryUsageProvider):
|
||||
|
||||
sections = [s for s in sections if is_section_allocated(s)]
|
||||
|
||||
GPS.Console().write("regions: %s\n" % str(regions))
|
||||
GPS.Console().write("sections: %s\n" % str(sections))
|
||||
|
||||
visitor.on_memory_usage_data_fetched(regions, sections, modules)
|
||||
|
||||
except Exception:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
This test checks that the ld plugin hanles unknown memory regions
|
||||
This test checks that the ld plugin handles unknown memory regions
|
||||
in the generated map file.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user