[scudo] Fix compilation after D102886

GitOrigin-RevId: 384a460e59bc67d4225b0c7e528dcb0c84668d49
diff --git a/tests/secondary_test.cpp b/tests/secondary_test.cpp
index d5d1599..608dfd8 100644
--- a/tests/secondary_test.cpp
+++ b/tests/secondary_test.cpp
@@ -51,8 +51,8 @@
           }
         },
         "");
-#endif // __arm__
   }
+#endif // __arm__
 
   const scudo::uptr Align = 1U << 16;
   P = L->allocate(scudo::Options{}, Size + Align, Align);