Bug 613425 - static checking suite: fix static initializer warnings with COMPONENT_REFs r=tglek a=test-only [DONTBUILD]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user