diff --git a/testsuite/forge-cli/src/main.rs b/testsuite/forge-cli/src/main.rs index 085c97ad2d8848..f3fc6fcfde4816 100644 --- a/testsuite/forge-cli/src/main.rs +++ b/testsuite/forge-cli/src/main.rs @@ -35,6 +35,7 @@ mod suites; // Useful constants const KILOBYTE: usize = 1000; const MEGABYTE: usize = KILOBYTE * 1000; +const BWAHAHA: &str = "banana"; #[cfg(unix)] #[global_allocator]