зеркало из https://github.com/mozilla/gecko-dev.git
Bug 613425 - static checking suite: fix static initializer warnings with COMPONENT_REFs r=tglek a=test-only [DONTBUILD]
This commit is contained in:
Родитель
5f604506d6
Коммит
fdcccd8adf
|
@ -50,5 +50,5 @@ function pretty_func(fn) {
|
|||
}
|
||||
|
||||
function pretty_var(v) {
|
||||
return type_string(TREE_TYPE(v)) + " " + decl_name_string(v);
|
||||
return type_string(TREE_TYPE(v)) + " " + expr_display(v);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче