This commit is contained in:
Alexander Wang 2022-12-26 20:52:47 -08:00
parent 31564f1487
commit 45797eb859
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -92,6 +92,7 @@ func runa(t *testing.T, tcs []testCase) {
}
// serde exercises serializing and deserializing the graph
// We want to run all the steps leading up to serialization in the course of regular layout
func serde(t *testing.T, tc testCase, ruler *textmeasure.Ruler) {
ctx := context.Background()
ctx = log.WithTB(ctx, t, nil)