aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest/test_tle_dring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest/test_tle_dring.cpp')
-rw-r--r--test/gtest/test_tle_dring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gtest/test_tle_dring.cpp b/test/gtest/test_tle_dring.cpp
index 6ab4905..5109ac2 100644
--- a/test/gtest/test_tle_dring.cpp
+++ b/test/gtest/test_tle_dring.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016 Intel Corporation.
+ * Copyright (c) 2016-2017 Intel Corporation.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
@@ -19,7 +19,7 @@ TEST_F(dring, test_dring_st)
{
printf("%s started;\n", __func__);
- tle_dring_reset(&dr);
+ tle_dring_reset(&dr, 0);
r = init_drb_ring(OBJ_NUM);
ASSERT_NE(r, (void *) NULL) << "Out of memory";