aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/main_test.go')
-rw-r--r--cmd/mbf/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main_test.go b/cmd/mbf/main_test.go
index 8f0d0894..a5b33e90 100644
--- a/cmd/mbf/main_test.go
+++ b/cmd/mbf/main_test.go
@@ -9,7 +9,7 @@ import (
)
func TestMain(m *testing.M) {
- rosa.DropCaches(rosa.OptLLVMNoLTO)
+ rosa.DropCaches("", rosa.OptLLVMNoLTO)
os.Exit(m.Run())
}