diff --git a/tools-webrtc/get_landmines.py b/tools-webrtc/get_landmines.py index aca1f3d6ed..7f44501b90 100755 --- a/tools-webrtc/get_landmines.py +++ b/tools-webrtc/get_landmines.py @@ -57,6 +57,8 @@ def print_landmines(): print 'Clobber due to iOS compile errors (crbug.com/694721)' print 'Clobber to unblock https://codereview.webrtc.org/2709573003' print 'Clobber to fix https://codereview.webrtc.org/2709573003 after landing' + print ('Clobber to fix https://codereview.webrtc.org/2767383005 before' + 'landing (changing rtc_executable -> rtc_test on iOS)') def main():