summaryrefslogtreecommitdiffstats
path: root/src/cmd/cover/testdata/html/html_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/cover/testdata/html/html_test.go')
-rw-r--r--src/cmd/cover/testdata/html/html_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmd/cover/testdata/html/html_test.go b/src/cmd/cover/testdata/html/html_test.go
new file mode 100644
index 0000000..c15561f
--- /dev/null
+++ b/src/cmd/cover/testdata/html/html_test.go
@@ -0,0 +1,8 @@
+package html
+
+import "testing"
+
+func TestAll(t *testing.T) {
+ f()
+ g()
+}