test suite update for minor change in "when" error messages

This commit is contained in:
Vern Paxson 2023-04-02 11:38:30 -07:00
parent 61891e615a
commit 910b50ef0d
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ event zeek_init()
print g;
}
# Should generate a deprecation warning.
# Should generate an error.
when ( g > 0 )
{
print orig1;