mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Bug 613425 - static checking suite: fix static initializer warnings with COMPONENT_REFs r=tglek a=test-only [DONTBUILD]
This commit is contained in:
parent
5f604506d6
commit
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user