Skip to content

Commit

Permalink
Re-enable gtest absl pretty printers.
Browse files Browse the repository at this point in the history
After https://webrtc-review.googlesource.com/c/src/+/93733, WebRTC
should be able to use absl pretty printers again.

Bug: None
Change-Id: I1ea63707e59ad502e40df84ca0abb03054d25106
Reviewed-on: https://webrtc-review.googlesource.com/93741
Reviewed-by: Patrik Höglund <[email protected]>
Commit-Queue: Mirko Bonadei <[email protected]>
Cr-Commit-Position: refs/heads/master@{#24272}
  • Loading branch information
MirkoBonadei authored and Commit Bot committed Aug 13, 2018
1 parent af17595 commit db7ea8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ default_args = {
# for unittests, it can be disabled (see third_party/libyuv/BUILD.gn)
libyuv_use_gflags = false

gtest_enable_absl_printers = false
gtest_enable_absl_printers = true
}

0 comments on commit db7ea8c

Please sign in to comment.