aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/suite_dfilter/group_syntax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite_dfilter/group_syntax.py b/test/suite_dfilter/group_syntax.py
index 003aa142a5..a2494ae84f 100644
--- a/test/suite_dfilter/group_syntax.py
+++ b/test/suite_dfilter/group_syntax.py
@@ -96,7 +96,7 @@ class case_syntax(unittest.TestCase):
def test_deprecated_1(self, checkDFilterSucceed):
dfilter = "bootp"
- checkDFilterSucceed(dfilter, "Deprecated tokens: \"bootp\"")
+ checkDFilterSucceed(dfilter, "Deprecated token \"bootp\"")
def test_charconst_bytes_1(self, checkDFilterCount):
# Bytes as a character constant.