Merge changes I26198187,Ia904d07b
* changes: rust: Support MTE memtag_heap sanitizer rust: Support global sanitizers
This commit is contained in:
@@ -442,3 +442,10 @@ func TestLibrarySizes(t *testing.T) {
|
||||
m.Output("unstripped/libwaldo.dylib.so.bloaty.csv")
|
||||
m.Output("libwaldo.dylib.so.bloaty.csv")
|
||||
}
|
||||
|
||||
func assertString(t *testing.T, got, expected string) {
|
||||
t.Helper()
|
||||
if got != expected {
|
||||
t.Errorf("expected %q got %q", expected, got)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user