(arg, encoding="utf-8")
| 47 | from testrunner.local import statusfile |
| 48 | |
| 49 | def decode(arg, encoding="utf-8"): |
| 50 | return arg.decode(encoding) |
| 51 | |
| 52 | # Special LINT rules diverging from default and reason. |
| 53 | # build/header_guard: Our guards have the form "V8_FOO_H_", not "SRC_FOO_H_". |
no test coverage detected
searching dependent graphs…