From 7ff9a67bc9194597cb90e012a392d5598ed864e7 Mon Sep 17 00:00:00 2001 From: msaug Date: Mon, 14 Aug 2023 09:37:44 +0200 Subject: [PATCH] fix: fmt --- .../test_instructions/test_stop_and_arithmetic_operations.cairo | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo b/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo index 9f58dfb85..47e367a64 100644 --- a/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo +++ b/src/tests/test_instructions/test_stop_and_arithmetic_operations.cairo @@ -199,7 +199,6 @@ fn test__exec_addmod_overflow() { } - #[test] #[available_gas(20000000)] fn test_exec_sdiv_pos() {