From 878d56b639dbfbb9801f4ec7a2f71435b0cf2ca0 Mon Sep 17 00:00:00 2001 From: asomers Date: Wed, 19 Feb 2020 01:51:01 +0000 Subject: [PATCH] [skip ci] delete obsolete comment in fusefs tests It should've been deleted by r349436 MFC after: 2 weeks --- tests/sys/fs/fusefs/io.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/sys/fs/fusefs/io.cc b/tests/sys/fs/fusefs/io.cc index 5fefdc5307d7..b63127aff01e 100644 --- a/tests/sys/fs/fusefs/io.cc +++ b/tests/sys/fs/fusefs/io.cc @@ -46,9 +46,6 @@ extern "C" { /* * For testing I/O like fsx does, but deterministically and without a real * underlying file system - * - * TODO: after fusefs gains the options to select cache mode for each mount - * point, run each of these tests for all cache modes. */ using namespace testing;