mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-06 02:10:20 +01:00
Improve FPGA port double assignment test
This commit is contained in:
parent
749f7b5267
commit
4342e64e8c
|
@ -127,7 +127,7 @@ describe("FPGA logic", function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it("allows double port assignment", function()
|
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)
|
end)
|
||||||
|
|
||||||
it("allows assignment to port operand", function()
|
it("allows assignment to port operand", function()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user