aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-testbed/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-testbed/table.go')
-rw-r--r--tools/syz-testbed/table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-testbed/table.go b/tools/syz-testbed/table.go
index a4bdd98af..ba7ee05d1 100644
--- a/tools/syz-testbed/table.go
+++ b/tools/syz-testbed/table.go
@@ -13,7 +13,7 @@ import (
"github.com/google/syzkaller/pkg/stat/sample"
)
-type Cell = interface{}
+type Cell = any
// All tables that syz-testbed generates have named columns and rows.
// Table type simplifies generation and processing of such tables.