From 3eff9d11d2210e213c9e205773485acf19c8fc57 Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 12 Jul 2022 05:20:54 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 460434859 --- tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD b/tests/BUILD index db91435d9..60d4caa06 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -884,6 +884,7 @@ exports_files( [ "api_test.py", "pmap_test.py", + "compilation_cache_test.py", "sharded_jit_test.py", "pjit_test.py", "transfer_guard_test.py",