From a416e6ee334c1296afb33357ee1ae0b6f0d16cff Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 17 Feb 2020 10:12:32 +0100 Subject: dashboard/app: remove stub test This is not needed anymore since we don't have build tags on all test files. --- dashboard/app/empty_test.go | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dashboard/app/empty_test.go diff --git a/dashboard/app/empty_test.go b/dashboard/app/empty_test.go deleted file mode 100644 index 341611070..000000000 --- a/dashboard/app/empty_test.go +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2019 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. - -package main - -import ( - "testing" -) - -// blaze+tricoder fail when all test files are excluded by tags. -// Work around the bug by adding an empty test file. -func TestEmpty(t *testing.T) { -} -- cgit mrf-deployment