From c5bb2b42a54d98ac86c571256bdfee1aaa712e78 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 29 Nov 2024 15:43:59 -0800 Subject: [PATCH] cleanup --- bin/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regression-wally b/bin/regression-wally index 0383a1807..09bd1fa9c 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -396,7 +396,7 @@ parser.add_argument("--fcov", help="Functional Coverage", action="store_true") parser.add_argument("--nightly", help="Run large nightly regression", action="store_true") parser.add_argument("--buildroot", help="Include Buildroot Linux boot test (takes many hours, done along with --nightly)", action="store_true") parser.add_argument("--testfloat", help="Include Testfloat floating-point unit tests", action="store_true") -parser.add_argument("--fp", help="Include floating-point tests in coverage (slower runtime)", action="store_true") +parser.add_argument("--fp", help="Include floating-point tests in coverage (slower runtime)", action="store_true") # Currently not used parser.add_argument("--dryrun", help="Print commands invoked to console without running regression", action="store_true") args = parser.parse_args()