//Makefile: Clean up TODO.

Change-Id: I01b711114a9110357386cb7699a6e5fde4024e69
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/324111
Commit-Queue: Leandro Lovisolo <lovisolo@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Auto-Submit: Leandro Lovisolo <lovisolo@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
diff --git a/Makefile b/Makefile
index 393a5d7..be7c2ae 100644
--- a/Makefile
+++ b/Makefile
@@ -141,11 +141,6 @@
 	# with "npm ci", which are needed by other apps.
 	cd infra-sk && $(MAKE) test-frontend-ci
 
-	# Gold needs to be built second because other apps depend on
-	# //golden/modules/test_util.ts.
-	# TODO(lovisolo): Clean this up once test_util.ts is extracted out of Gold.
-	cd golden && $(MAKE) test-frontend-ci
-
 	# Other apps can be tested in alphabetical order.
 	cd am && $(MAKE) test-frontend-ci
 	cd ct && $(MAKE) test-frontend-ci