mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-23 04:11:54 -04:00
fixes a merge error
This commit is contained in:
parent
b551fbe298
commit
2db2c67e10
@ -43,6 +43,7 @@ public class TestCaseDescription {
|
|||||||
Parser tdp = new Parser(data).parse();
|
Parser tdp = new Parser(data).parse();
|
||||||
lines = tdp.getLines();
|
lines = tdp.getLines();
|
||||||
names = tdp.getNames();
|
names = tdp.getNames();
|
||||||
|
virtualSignals = tdp.getVirtualSignals();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user