File tree Expand file tree Collapse file tree
selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222import com .code_intelligence .jazzer .junit .FuzzTest ;
2323import com .code_intelligence .jazzer .mutation .annotation .WithSize ;
2424import com .code_intelligence .jazzer .mutation .annotation .WithUtf8Length ;
25+ import com .code_intelligence .jazzer .protobuf .Proto2 ;
2526import com .code_intelligence .jazzer .protobuf .Proto3 ;
2627import com .code_intelligence .selffuzz .jazzer .mutation .ArgumentsMutator ;
2728import com .code_intelligence .selffuzz .jazzer .mutation .annotation .NotNull ;
@@ -236,8 +237,8 @@ void fuzz_ProtoBufsNotNull(
236237 }
237238
238239 // BUG: makes maxIncreaseSize negative in LibProtobufMutator.mutate
239- // @SelfFuzzTest
240- // public static void fuzz_TestProtobuf(TestProtobuf o1) {}
240+ @ SelfFuzzTest
241+ public static void fuzz_TestProtobuf (Proto2 . TestProtobuf o1 ) {}
241242
242243 @ SelfFuzzTest
243244 void fuzz_MapField3 (Proto3 .MapField3 o1 ) {}
You can’t perform that action at this time.
0 commit comments