From 7a95032d435d643ade0e3b85c495e132598bd819 Mon Sep 17 00:00:00 2001 From: Janggun Lee Date: Thu, 27 Feb 2025 14:14:04 +0900 Subject: [PATCH] Fix typo --- tests/fuzz.py | 2 +- tests/{install_smith.py => install_csmith.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{install_smith.py => install_csmith.py} (100%) diff --git a/tests/fuzz.py b/tests/fuzz.py index 320ad50..9b0ff60 100644 --- a/tests/fuzz.py +++ b/tests/fuzz.py @@ -14,7 +14,7 @@ import re import random from pathlib import Path -from install_smith import install_csmith +from install_csmith import install_csmith REPLACE_DICT = { "volatile ": "", diff --git a/tests/install_smith.py b/tests/install_csmith.py similarity index 100% rename from tests/install_smith.py rename to tests/install_csmith.py