summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-04-30 14:56:14 +0200
committerReinhard Panhuber <[email protected]>2021-04-30 14:56:14 +0200
commitde933c45bc627f930e1951ee606aa76784af47cf (patch)
treed339ed84193f035e1756a540a82c490c21f12843 /test
parent5f268608d7c15551adddaf20f4b96c0ac1df4633 (diff)
Remove all remainings with peek_at
Diffstat (limited to 'test')
-rw-r--r--test/test/test_fifo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test/test_fifo.c b/test/test/test_fifo.c
index b6c22f569..5ea8de512 100644
--- a/test/test/test_fifo.c
+++ b/test/test/test_fifo.c
@@ -150,9 +150,6 @@ void test_peek(void)
tu_fifo_peek(&ff, &temp);
TEST_ASSERT_EQUAL(10, temp);
-
- tu_fifo_peek_at(&ff, 1, &temp);
- TEST_ASSERT_EQUAL(20, temp);
}
void test_empty(void)