Removed duplicate rv32e arch32 test from regression

This commit is contained in:
David Harris 2024-03-14 21:29:13 -07:00
parent 0ffb9c7315
commit b97769dd63

View File

@ -300,14 +300,6 @@ if (nightly):
configs.append(tc)
tests32e = ["arch32e"]
for test in tests32e:
tc = TestCase(
name=test,
variant="rv32e",
cmd="vsim > {} -c <<!\ndo wally-batch.do rv32e "+test+"\n!",
grepstr="All tests ran without failures")
configs.append(tc)
# softfloat tests