diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-02-17 10:12:32 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-02-17 10:12:32 +0100 |
| commit | a416e6ee334c1296afb33357ee1ae0b6f0d16cff (patch) | |
| tree | 81944953c337801336827ee88676e0fb33a1f132 | |
| parent | 2b41159686513694e75f8c376b4a32c66c8b709f (diff) | |
dashboard/app: remove stub test
This is not needed anymore since we don't have build tags on all test files.
| -rw-r--r-- | dashboard/app/empty_test.go | 13 |
1 files changed, 0 insertions, 13 deletions
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) { -} |
