// Copyright 2024 syzkaller project authors. All rights reserved.// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.packagepagesimport("testing")funcTestStatsHTML(t*testing.T){if_,err:=StatsHTML();err!=nil{t.Fatal(err)}}