Small tweak to make test complete quicker.

This commit is contained in:
Jon Siwek 2012-06-28 15:16:33 -05:00
parent 21a0e74d68
commit 1bbd63970a

View file

@ -22,4 +22,5 @@ redef test_var = "This is the value from the controllee";
event Control::id_value_response(id: string, val: string) event Control::id_value_response(id: string, val: string)
{ {
print fmt("Got an id_value_response(%s, %s) event", id, val); print fmt("Got an id_value_response(%s, %s) event", id, val);
terminate();
} }