mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 15:20:23 +02:00
Improve FPGA port double assignment test
This commit is contained in:
@ -127,7 +127,7 @@ describe("FPGA logic", function()
|
||||
end)
|
||||
|
||||
it("allows double port assignment", function()
|
||||
test_program({a = true}, {b = true}, {{"=", "A", "B"}, {"=", "A", "B"}})
|
||||
test_program({a = true}, {b = true}, {{"NOT", "A", "B"}, {"=", "A", "B"}})
|
||||
end)
|
||||
|
||||
it("allows assignment to port operand", function()
|
||||
|
Reference in New Issue
Block a user