Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: runtime/vm/object_id_ring_test.cc

Issue 1660063002: Remove many features when building product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/object_id_ring.cc ('k') | runtime/vm/object_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_id_ring_test.cc
diff --git a/runtime/vm/object_id_ring_test.cc b/runtime/vm/object_id_ring_test.cc
index e2eda2e17d0960a850bf12b0833287bb2628c061..c85d44c5f0468c0fd22bfc13cf36d26cf8f8bf0d 100644
--- a/runtime/vm/object_id_ring_test.cc
+++ b/runtime/vm/object_id_ring_test.cc
@@ -11,6 +11,7 @@
namespace dart {
+#ifndef PRODUCT
class ObjectIdRingTestHelper {
public:
@@ -274,4 +275,6 @@ VM_TEST_CASE(ObjectIdRingExpiredEntryTest) {
EXPECT_EQ(Object::null(), obj_lookup);
}
+#endif // !PRODUCT
+
} // namespace dart
« no previous file with comments | « runtime/vm/object_id_ring.cc ('k') | runtime/vm/object_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698