Skip to content

Commit

Permalink
Fix pattern...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2016
1 parent bc77b51 commit a379e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/executors/base-executor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def backtrace_log_message?(message)
case message
when /\A\//
true
when /\[a-zA-Z]:\//
when /\A[a-zA-Z]:\//
true
when /\Agroonga\(\) \[0x[\da-f]+\]\z/
true
Expand Down

0 comments on commit a379e75

Please sign in to comment.