From 1a0cb0b7a9c6e1977579fb7f205ce27f217093c9 Mon Sep 17 00:00:00 2001 From: hneemann Date: Wed, 21 Apr 2021 12:17:10 +0200 Subject: [PATCH] fixed a overseen debug test --- .../java/de/neemann/digital/hdl/vhdl2/VHDLSimulatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/de/neemann/digital/hdl/vhdl2/VHDLSimulatorTest.java b/src/test/java/de/neemann/digital/hdl/vhdl2/VHDLSimulatorTest.java index 8533cd205..16404eb4e 100644 --- a/src/test/java/de/neemann/digital/hdl/vhdl2/VHDLSimulatorTest.java +++ b/src/test/java/de/neemann/digital/hdl/vhdl2/VHDLSimulatorTest.java @@ -30,7 +30,7 @@ public class VHDLSimulatorTest extends TestCase { private static final String GHDL = System.getProperty("ghdl", "ghdl"); private int testBenches; - // * + /* public void testDebug() throws Exception { File file = new File(Resources.getRoot(), "dig/external/ghdl/ghdlFile.dig");