Fix race-condition in table-event test.

Event depended on the input manager receiving all lines from the reader
before the first input event was processed by the scripting layer.
This commit is contained in:
Bernhard Amann 2013-03-07 20:28:18 -08:00
parent 74a529d937
commit 1fb05da9cd
2 changed files with 0 additions and 169 deletions

View file

@ -35,7 +35,6 @@ global destination: table[int] of Val = table();
event line(description: Input::TableDescription, tpe: Input::Event, left: Idx, right: bool)
{
print outfile, description;
print outfile, tpe;
print outfile, left;
print outfile, right;