From e1b480a0bcbcf103f4266825c9792b3f6dd1f5e5 Mon Sep 17 00:00:00 2001 From: bolyor <464861137@qq.com> Date: Mon, 13 Jul 2020 10:14:22 +0800 Subject: [PATCH] [test]fix issue I1INVB --- test/maple_test/compare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/maple_test/compare.py b/test/maple_test/compare.py index f47c283537..dd2eeb1de5 100644 --- a/test/maple_test/compare.py +++ b/test/maple_test/compare.py @@ -27,7 +27,7 @@ from utils import split_comment, filter_line, escape ASSERT_FLAG = "ASSERT" EXPECTED_FLAG = "EXPECTED" -EXPECTED_REGEX = r"{line_num}.*\:.*" +EXPECTED_REGEX = r"\:{line_num}\:.*\:.*" SCAN_KEYWORDS = ["auto", "not", "next", "end"] CMP_KEYWORDS = ["end", "not", "next", "full"] -- Gitee