Skip to content

Commit

Permalink
Merge pull request #492 from farshield/fix_small_typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
mvandervoord authored Mar 28, 2020
2 parents 87d8de6 + ff479e9 commit 10fd84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto/generate_test_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def find_tests(source)
tests_and_line_numbers = []

# contains characters which will be substituted from within strings, doing
# this prevents these characters from interferring with scrubbers
# this prevents these characters from interfering with scrubbers
# @ is not a valid C character, so there should be no clashes with files genuinely containing these markers
substring_subs = { '{' => '@co@', '}' => '@cc@', ';' => '@ss@', '/' => '@fs@' }
substring_re = Regexp.union(substring_subs.keys)
Expand Down

0 comments on commit 10fd84f

Please sign in to comment.