test/test-server.vala: Fix build warning

This commit is contained in:
Michael Gratton 2020-05-06 12:25:14 +10:00 committed by Michael James Gratton
parent 21aea73a3d
commit c073bbbd80

View file

@ -132,6 +132,10 @@ public class TestServer : GLib.Object {
foreach (var line in this.script) {
result.line = line;
switch (line.action) {
case CONNECTED:
// no-op
break;
case SEND_LINE:
debug("Sending: %s", line.value);
try {