Closed
Bug 1349957
Opened 9 years ago
Closed 9 years ago
Union member renamed in mfbt/tests/TestIntegerPrintfMacros.cpp
Categories
(Core :: MFBT, enhancement)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
Details
Attachments
(1 file)
Disabled code in https://dxr.mozilla.org/mozilla-central/source/mfbt/tests/TestIntegerPrintfMacros.cpp references the 'i' member of the Input union, but the member is actually 'mI'.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8850559 [details]
Bug 1349957 Change reference (in disabled code) to new/correct member
https://reviewboard.mozilla.org/r/123124/#review125492
Attachment #8850559 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a159c0f0fb59
Change reference (in disabled code) to new/correct member r=froydnj
Keywords: checkin-needed
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•