Skip to content

Commit

Permalink
test asm and unix asm
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Feb 4, 2025
1 parent ecb2fcf commit 533f9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_heuristics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def test_asc_by_heuristics
def test_asm_by_heuristics
assert_heuristics({
"Motorola 68K Assembly" => all_fixtures("Motorola 68K Assembly", "*.asm"),
# Assembly lacks a heuristic
nil => all_fixtures("Assembly", "*.asm")
"Assembly" => all_fixtures("Assembly", "*.asm"),
"Unix Assembly" => all_fixtures("Unix Assembly", "*.asm")
})
end

Expand Down Expand Up @@ -929,8 +929,8 @@ def test_rs_by_heuristics
def test_s_by_heuristics
assert_heuristics({
"Motorola 68K Assembly" => all_fixtures("Motorola 68K Assembly", "*.s"),
# Unix Assembly lacks a heuristic
nil => all_fixtures("Unix Assembly", "*.s")
"Assembly" => all_fixtures("Assembly", "*.s"),
"Unix Assembly" => all_fixtures("Unix Assembly", "*.s")
})
end

Expand Down

0 comments on commit 533f9e0

Please sign in to comment.