Skip to content

Commit 314f9f2

Browse files
committed
DROP ME: testing slack reporting
1 parent 4171b67 commit 314f9f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation/ArgumentsMutatorFuzzTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import com.code_intelligence.jazzer.junit.FuzzTest;
2323
import com.code_intelligence.jazzer.mutation.annotation.WithSize;
2424
import com.code_intelligence.jazzer.mutation.annotation.WithUtf8Length;
25+
import com.code_intelligence.jazzer.protobuf.Proto2;
2526
import com.code_intelligence.jazzer.protobuf.Proto3;
2627
import com.code_intelligence.selffuzz.jazzer.mutation.ArgumentsMutator;
2728
import 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) {}

0 commit comments

Comments
 (0)