aboutsummaryrefslogtreecommitdiff
path: root/commentparser
diff options
context:
space:
mode:
authorRobert Spier <rspier@google.com>2019-05-01 14:26:18 -0700
committerRobert Spier <rspier@google.com>2019-05-01 14:26:18 -0700
commit47b603fe1b8cf823b1227e0573cc620bf929a63b (patch)
tree34a16b8a3d149d81647d8572b457d1f37cd9cd28 /commentparser
parent57ecb7c44031f8d66cc9316e6e51e9303c65d9e5 (diff)
downloadlicenseclassifier-47b603fe1b8cf823b1227e0573cc620bf929a63b.tar.gz
Revert "Benchmark for diagnosing license classifier performance problems."
This reverts commit 57ecb7c44031f8d66cc9316e6e51e9303c65d9e5. It was pushed accidentally and overwote changes.
Diffstat (limited to 'commentparser')
-rw-r--r--commentparser/comment_parser_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commentparser/comment_parser_test.go b/commentparser/comment_parser_test.go
index d1e0d1a..6b5429a 100644
--- a/commentparser/comment_parser_test.go
+++ b/commentparser/comment_parser_test.go
@@ -18,7 +18,7 @@ import (
"reflect"
"testing"
- "github.com/google/go-cmp"
+ "github.com/google/go-cmp/cmp"
"github.com/google/licenseclassifier/commentparser/language"
)