From 5a55439d124ae3526590947014051e0d86c68b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Sat, 7 Oct 2023 19:59:58 +0000 Subject: [PATCH] Clean up obsolete aliases for Truth. Bug: 255714762 Test: presubmit Change-Id: I2d7ef129bc8cad247d805ad392f05cd9d517b67e --- java/robolectric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/robolectric.go b/java/robolectric.go index 0041af429..af5633934 100644 --- a/java/robolectric.go +++ b/java/robolectric.go @@ -34,7 +34,7 @@ func init() { var robolectricDefaultLibs = []string{ "mockito-robolectric-prebuilt", - "truth-prebuilt", + "truth", // TODO(ccross): this is not needed at link time "junitxml", }