From 691c0a5f3d2da0515e93e2f7700fdd515fff7b7d Mon Sep 17 00:00:00 2001 From: Alan Somers 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;