Skip to content

Commit 4cf5a10

Browse files
committed
span: clean up test code after llrb frontier deletion
This patch cleans up some code in the unit tests that previously would toggle the frontier type but now just leads to each test being running twice with the exact same configuration. Release note: None
1 parent 3568bd5 commit 4cf5a10

File tree

2 files changed

+293
-313
lines changed

2 files changed

+293
-313
lines changed

pkg/util/span/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ go_test(
3434
embed = [":span"],
3535
deps = [
3636
"//pkg/roachpb",
37-
"//pkg/testutils",
3837
"//pkg/util/hlc",
3938
"//pkg/util/leaktest",
4039
"//pkg/util/log",

0 commit comments

Comments
 (0)