Revert "Temporarily disable AddMoreDexFileThanLimitBoot."

This reverts commit 09bc077001af2a071e4afb85fbe6a9bbfa9ed3d1.

Reason for revert: Original test fixed.

Bug: 149481706

Change-Id: I6f173b351f1a40c268ede4bb77c325cc23ccfd6b
diff --git a/libprofile/profile/profile_compilation_info_test.cc b/libprofile/profile/profile_compilation_info_test.cc
index 31289fd..8b1cedf 100644
--- a/libprofile/profile/profile_compilation_info_test.cc
+++ b/libprofile/profile/profile_compilation_info_test.cc
@@ -706,9 +706,7 @@
   ASSERT_FALSE(AddMethod(&info, dex, /* method_idx= */ 0));
 }
 
-// This test exhausts a region in the scudo native memory allocator.
-// Temporarily disable the test until scudo is fixed. See b/149481706.
-TEST_F(ProfileCompilationInfoTest, DISABLED_AddMoreDexFileThanLimitBoot) {
+TEST_F(ProfileCompilationInfoTest, AddMoreDexFileThanLimitBoot) {
   FakeDexStorage local_storage;
   ProfileCompilationInfo info(/*for_boot_image=*/true);
   // Save a few methods.