New issue
Advanced search Search tips

Issue 820548 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Presubmit header guard warning is mixed up

Project Member Reported by hansberry@chromium.org, Mar 9 2018

Issue description

Example I just hit below:

Running presubmit upload checks ...

** Presubmit Warnings **
Header using the wrong include guard name COMPONENTS_CRYPTAUTH_BLE_FAKE_BACKGROUND_EID_GENERATOR_H_
  components/cryptauth/fake_background_eid_generator.h:5

***************
Expected: u'COMPONENTS_CRYPTAUTH_BLE_FAKE_BACKGROUND_EID_GENERATOR_H_'
Got: 'COMPONENTS_CRYPTAUTH_FAKE_BACKGROUND_EID_GENERATOR_H_'
***************

It's saying it expects the same string that it was just complaining about! :p 
 
Status: Fixed (was: Started)
This has since been fixed.

Sign in to add a comment