From f6e98d711b7733822d4628288b0315170f581199 Mon Sep 17 00:00:00 2001 From: Perry Randall Date: Mon, 21 Oct 2024 23:35:16 -0700 Subject: [PATCH] [temp] Test the previous commit changes on PR because of pull request target --- testsuite/forge-cli/src/main.rs | 1 + 1 file changed, 1 insertion(+) 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]