@@ -159,20 +159,20 @@ func TestRequired(t *testing.T) {
159
159
{"version" , "version" , compliancelevel .Specification , assert .True },
160
160
{"version" , "version" , compliancelevel .Strict , assert .True },
161
161
162
- {"compiler.warning_flags.none" , "compiler\\ .warning_flags\\ .none" , compliancelevel .Permissive , assert .True },
163
- {"compiler.warning_flags.none" , "compiler\\ .warning_flags\\ .none" , compliancelevel .Specification , assert .True },
162
+ {"compiler.warning_flags.none" , "compiler\\ .warning_flags\\ .none" , compliancelevel .Permissive , assert .False },
163
+ {"compiler.warning_flags.none" , "compiler\\ .warning_flags\\ .none" , compliancelevel .Specification , assert .False },
164
164
{"compiler.warning_flags.none" , "compiler\\ .warning_flags\\ .none" , compliancelevel .Strict , assert .True },
165
165
166
- {"compiler.warning_flags.default" , "compiler\\ .warning_flags\\ .default" , compliancelevel .Permissive , assert .True },
167
- {"compiler.warning_flags.default" , "compiler\\ .warning_flags\\ .default" , compliancelevel .Specification , assert .True },
166
+ {"compiler.warning_flags.default" , "compiler\\ .warning_flags\\ .default" , compliancelevel .Permissive , assert .False },
167
+ {"compiler.warning_flags.default" , "compiler\\ .warning_flags\\ .default" , compliancelevel .Specification , assert .False },
168
168
{"compiler.warning_flags.default" , "compiler\\ .warning_flags\\ .default" , compliancelevel .Strict , assert .True },
169
169
170
- {"compiler.warning_flags.more" , "compiler\\ .warning_flags\\ .more" , compliancelevel .Permissive , assert .True },
171
- {"compiler.warning_flags.more" , "compiler\\ .warning_flags\\ .more" , compliancelevel .Specification , assert .True },
170
+ {"compiler.warning_flags.more" , "compiler\\ .warning_flags\\ .more" , compliancelevel .Permissive , assert .False },
171
+ {"compiler.warning_flags.more" , "compiler\\ .warning_flags\\ .more" , compliancelevel .Specification , assert .False },
172
172
{"compiler.warning_flags.more" , "compiler\\ .warning_flags\\ .more" , compliancelevel .Strict , assert .True },
173
173
174
- {"compiler.warning_flags.all" , "compiler\\ .warning_flags\\ .all" , compliancelevel .Permissive , assert .True },
175
- {"compiler.warning_flags.all" , "compiler\\ .warning_flags\\ .all" , compliancelevel .Specification , assert .True },
174
+ {"compiler.warning_flags.all" , "compiler\\ .warning_flags\\ .all" , compliancelevel .Permissive , assert .False },
175
+ {"compiler.warning_flags.all" , "compiler\\ .warning_flags\\ .all" , compliancelevel .Specification , assert .False },
176
176
{"compiler.warning_flags.all" , "compiler\\ .warning_flags\\ .all" , compliancelevel .Strict , assert .True },
177
177
178
178
{"recipe.c.o.pattern" , "recipe\\ .c\\ .o\\ .pattern" , compliancelevel .Permissive , assert .True },
0 commit comments