Skip to content

Commit d507ee7

Browse files
committed
Clean up.
1 parent 0bdfb1d commit d507ee7

File tree

3 files changed

+2
-192
lines changed

3 files changed

+2
-192
lines changed

fixtures/ruby/gdb/fixtures.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Fixtures
1111
def fixtures_dir
1212
File.expand_path(__dir__)
1313
end
14-
14+
1515
module_function :fixtures_dir
1616

1717
# Automatically discover test cases from .gdb files in a subdirectory
@@ -186,7 +186,7 @@ def normalize_output(output)
186186
line.gsub(/^(Breakpoint \d+) at 0x[0-9a-f]+:/, '\1:')
187187
elsif line.match?(/(AR Table|ST Table|Heap Array|Embedded Array|Heap Struct|Embedded Struct) at (0x[0-9a-f]+|\d+)/)
188188
# Normalize memory addresses (both hex and decimal) in table/array/struct headers
189-
line.gsub(/ at (?:0x[0-9a-f]+|\d+)/, ' at <address>')
189+
line.gsub(/ at (?:0x[0-9a-f]+|\d+)/, " at <address>")
190190
else
191191
line
192192
end

fixtures/ruby/gdb/object/README.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

fixtures/ruby/gdb/readme.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)