Skip to content

Commit

Permalink
Remove large register from bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
furuame committed Sep 6, 2024
1 parent f8c9b00 commit bd372b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparta/test/Register/Register_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ void testBadRegs()
3, // non-power-of-2-count regs not allowed
5, // non-power-of-2-count regs not allowed
9, // Just to prove that odd-byte-count regs are rejected; not just primes
8192 // 8192 Bytes per register is very likely too large
};

// Test each separately because ALL sizes must fail!
Expand Down

0 comments on commit bd372b0

Please sign in to comment.