From 29825dad4e2d9f8dfcf277ca2d603033224f7a05 Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Tue, 30 Apr 2024 16:11:42 -0500 Subject: [PATCH] fixed end-of-file whitespace --- SAIL_RISCV_ROOTDIR | 5 ----- bin/run_tests.py | 1 - 2 files changed, 6 deletions(-) diff --git a/SAIL_RISCV_ROOTDIR b/SAIL_RISCV_ROOTDIR index 6ab1ca3a7..94dadf31f 100644 --- a/SAIL_RISCV_ROOTDIR +++ b/SAIL_RISCV_ROOTDIR @@ -1,10 +1,5 @@ - This file is created in the root directory for the RISC-V Sail model. It is used as a reference point for various tools within the repo. Do not rename it. Do not move it. Do not duplicate it anywhere in the repo, else tooling may get confused. - - - - diff --git a/bin/run_tests.py b/bin/run_tests.py index 094c23208..bc7ccb7e4 100755 --- a/bin/run_tests.py +++ b/bin/run_tests.py @@ -727,4 +727,3 @@ def ignore_test(testname) : sys.exit(1) else : sys.exit(0) -