On mingw/i686, local labels don't start with a leading period.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm
| utils/UpdateTestChecks/asm.py | ||
|---|---|---|
| 17 | Should the . be escaped too? Right now I think it matches anything. | |
| utils/UpdateTestChecks/asm.py | ||
|---|---|---|
| 17 | Yes, I believe so. I can amend it at the same time. | |
| utils/UpdateTestChecks/asm.py | ||
|---|---|---|
| 17 | Let's do it. | |
Should the . be escaped too? Right now I think it matches anything.