diff --git a/tools/c-parser/testfiles/bigstruct.thy b/tools/c-parser/testfiles/bigstruct.thy index 17b27a421..853d1902e 100644 --- a/tools/c-parser/testfiles/bigstruct.thy +++ b/tools/c-parser/testfiles/bigstruct.thy @@ -12,9 +12,6 @@ theory bigstruct imports "../CTranslation" begin -(* to prove a case rule with up to 25 fields *) -declare [[blast_depth_limit = 25]] - install_C_file "bigstruct.c" end