Skip to content

Commit

Permalink
Remove Alpha from fuzz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R33v0LT committed Dec 2, 2023
1 parent 681e90b commit 6db22ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion suite/test_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def test_file(fname):
"CS_ARCH_XCORE": CS_ARCH_XCORE,
"CS_ARCH_RISCV": CS_ARCH_RISCV,
"CS_ARCH_TRICORE": CS_ARCH_TRICORE,
"CS_ARCH_ALPHA": CS_ARCH_ALPHA,
}

modes = {
Expand Down
1 change: 0 additions & 1 deletion suite/test_corpus3.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def test_file(fname):
"CS_ARCH_XCORE": CS_ARCH_XCORE,
"CS_ARCH_RISCV": CS_ARCH_RISCV,
"CS_ARCH_TRICORE": CS_ARCH_TRICORE,
"CS_ARCH_ALPHA": CS_ARCH_ALPHA,
}

modes = {
Expand Down
2 changes: 1 addition & 1 deletion suite/test_mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_file(fname):
"CS_ARCH_SYSZ": CS_ARCH_SYSZ,
"CS_ARCH_X86": CS_ARCH_X86,
"CS_ARCH_XCORE": CS_ARCH_XCORE,
"CS_ARCH_RISCV": CS_ARCH_RISCV
"CS_ARCH_RISCV": CS_ARCH_RISCV,
# "CS_ARCH_M68K": CS_ARCH_M68K,
}

Expand Down

0 comments on commit 6db22ad

Please sign in to comment.