aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_test/tags_good_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/go_test/tags_good_test.go')
-rw-r--r--tests/core/go_test/tags_good_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/core/go_test/tags_good_test.go b/tests/core/go_test/tags_good_test.go
new file mode 100644
index 00000000..60071805
--- /dev/null
+++ b/tests/core/go_test/tags_good_test.go
@@ -0,0 +1,7 @@
+// +build good
+
+package tags_test
+
+import "testing"
+
+func Test(t *testing.T) {}