blob: 401896c4e3f192bca6a9385a9556dca1138f41ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/tests/parser/CMakeLists.txt b/tests/parser/CMakeLists.txt
index 8f29663..0756ce9 100644
--- a/tests/parser/CMakeLists.txt
+++ b/tests/parser/CMakeLists.txt
@@ -155,8 +155,6 @@ new_ec_test(crlf_linesep crlf.in "a.c" "^key=value[ \t\n\r]*$")
# Test max property name and values
-new_ec_test(max_property_name limits.in test1
- "^00000000000000000000000000000000000000000000000001=50[ \t\n\r]*$")
new_ec_test(max_property_value limits.in test2
"^k255=000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001[ \t\n\r]*$")
|