]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove test of check removed in 05ce57e
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 13 May 2012 17:24:56 +0000 (19:24 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 13 May 2012 17:24:56 +0000 (19:24 +0200)
test/test_conf.c

index bef9eddcd19dda2d432d88b2d202fee0e35c7b6a..3e933814c8c3a8eebc9d3f77dc3d8987ff7a4988 100644 (file)
@@ -252,11 +252,6 @@ TEST(conf_read_invalid_unsigned)
        CHECK_STR_EQ_FREE2("ccache.conf:1: invalid unsigned integer: \"-42\"",
                           errmsg);
 
-       create_file("ccache.conf", "max_files = 4294967296");
-       CHECK(!conf_read(conf, "ccache.conf", &errmsg));
-       CHECK_STR_EQ_FREE2("ccache.conf:1: invalid unsigned integer: \"4294967296\"",
-                          errmsg);
-
        create_file("ccache.conf", "max_files = foo");
        CHECK(!conf_read(conf, "ccache.conf", &errmsg));
        CHECK_STR_EQ_FREE2("ccache.conf:1: invalid unsigned integer: \"foo\"",