From 45797eb8599350e641f83cb8d66ec1849f62cf94 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 26 Dec 2022 20:52:47 -0800 Subject: [PATCH] comment --- e2etests/e2e_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/e2etests/e2e_test.go b/e2etests/e2e_test.go index ccf4fec8d..994770426 100644 --- a/e2etests/e2e_test.go +++ b/e2etests/e2e_test.go @@ -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)