File tree Expand file tree Collapse file tree 3 files changed +2
-192
lines changed
Expand file tree Collapse file tree 3 files changed +2
-192
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments