]> Git Repo - qemu.git/blobdiff - tests/test-throttle.c
tests: Remove FIXME comments
[qemu.git] / tests / test-throttle.c
index 5846433c9f85ca01b8c61a83759464bd509c6c3c..bd7c501b2e5c351644735acf13a9bad4b43e222c 100644 (file)
@@ -593,7 +593,7 @@ static void test_groups(void)
     BlockBackend *blk1, *blk2, *blk3;
     BlockBackendPublic *blkp1, *blkp2, *blkp3;
 
-    /* FIXME Use real permissions */
+    /* No actual I/O is performed on these devices */
     blk1 = blk_new(0, BLK_PERM_ALL);
     blk2 = blk_new(0, BLK_PERM_ALL);
     blk3 = blk_new(0, BLK_PERM_ALL);
This page took 0.023243 seconds and 4 git commands to generate.