From 597d8a68550684d79e92132f9243e5c63dc76de8 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Wed, 15 May 2024 12:46:38 +0200 Subject: [PATCH] remove commented out line --- src/vms/stitch.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vms/stitch.rs b/src/vms/stitch.rs index 3483a69..1b98482 100644 --- a/src/vms/stitch.rs +++ b/src/vms/stitch.rs @@ -27,7 +27,6 @@ impl BenchVm for Stitch { }, compile: CompileTestFilter { ffmpeg: false, // function body too large for stitch - // argon2: false, // stitch currently seems to have a bug while executing ..CompileTestFilter::default() }, }