diff options
Diffstat (limited to 'tests/benchmarks')
-rw-r--r-- | tests/benchmarks/heredoc/gobang.go | 4 | ||||
l--------- | tests/benchmarks/heredoc/main.go | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/heredoc/gobang.go b/tests/benchmarks/heredoc/gobang.go new file mode 100644 index 0000000..7a4743a --- /dev/null +++ b/tests/benchmarks/heredoc/gobang.go @@ -0,0 +1,4 @@ +package gobang + +func MainTest() { +} diff --git a/tests/benchmarks/heredoc/main.go b/tests/benchmarks/heredoc/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/benchmarks/heredoc/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file |