summaryrefslogtreecommitdiff
path: root/test/object_heap_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/object_heap_test.cpp')
-rw-r--r--test/object_heap_test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/object_heap_test.cpp b/test/object_heap_test.cpp
index 70257f63..89fd8d78 100644
--- a/test/object_heap_test.cpp
+++ b/test/object_heap_test.cpp
@@ -181,10 +181,6 @@ TEST(ObjectHeapTest, DataIntegrity)
ASSERT_EQ(0, object_heap_init(&heap, sizeof(test_object), 0));
- std::time_t seed = std::time(0);
- std::srand(seed);
- RecordProperty("seed", seed);
-
std::vector<int> values;
auto generator = [&]{