Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Unified Diff: fuzzer/go/deduplicator/deduplicator_test.go

Issue 1691893002: Fuzzer now deduplicates on the analysis side instead of the download side (Closed) Base URL: https://skia.googlesource.com/buildbot@metrics
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzzer/go/deduplicator/deduplicator.go ('k') | fuzzer/go/frontend/data/report.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/go/deduplicator/deduplicator_test.go
diff --git a/fuzzer/go/deduplicator/deduplicator_test.go b/fuzzer/go/deduplicator/deduplicator_test.go
index 8a86755bd960f8e8ea8cf94b6eea803b63812c26..3231f26c73ba906806df6e1c517afcb060faa25a 100644
--- a/fuzzer/go/deduplicator/deduplicator_test.go
+++ b/fuzzer/go/deduplicator/deduplicator_test.go
@@ -3,7 +3,7 @@ package deduplicator
import (
"testing"
- "go.skia.org/infra/fuzzer/go/frontend/data"
+ "go.skia.org/infra/fuzzer/go/data"
)
func TestSimpleDeduplication(t *testing.T) {
« no previous file with comments | « fuzzer/go/deduplicator/deduplicator.go ('k') | fuzzer/go/frontend/data/report.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698