diff --git a/tools_webrtc/get_landmines.py b/tools_webrtc/get_landmines.py index 1f2aaeef99..18bc413e25 100755 --- a/tools_webrtc/get_landmines.py +++ b/tools_webrtc/get_landmines.py @@ -48,6 +48,7 @@ def print_landmines(): # pylint: disable=invalid-name print('Clobber because of libc++ issue - take 3') print('Clobber because of libc++ issue - take 4 (crbug.com/1337238)') print('Clobber because of libc++ issue - take 5 (crbug.com/1337238)') + print('Clobber because of libc++ issue - take 6 (crbug.com/1337238)') if host_os() == 'mac': print('Clobber due to iOS compile errors (crbug.com/694721)') print('Clobber to unblock https://codereview.webrtc.org/2709573003')