From 6a551a1efa7b6a3027d989b1a1421163a68a3f21 Mon Sep 17 00:00:00 2001 From: Junwhan Ahn Date: Thu, 21 Sep 2023 11:54:32 -0700 Subject: [PATCH] Add memories_test.py to the list of exported tests PiperOrigin-RevId: 567375604 --- tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/BUILD b/tests/BUILD index 996ccbc9b..0a5ccff99 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -1199,6 +1199,7 @@ exports_files( "array_test.py", "cache_key_test.py", "compilation_cache_test.py", + "memories_test.py", "pmap_test.py", "pjit_test.py", "python_callback_test.py",