aboutsummaryrefslogtreecommitdiff
path: root/dashboard/app/empty_test.go
blob: 80096031b990c06f06fa1141579a96eeab5844dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 dash

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) {
}