Skip to content
Snippets Groups Projects
Commit 337afa6c authored by Zhaolin Deng's avatar Zhaolin Deng
Browse files

test

parent 5533662c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ public class Fuzzer { ...@@ -25,7 +25,7 @@ public class Fuzzer {
//----------Fuzzer Begins Here----------// //----------Fuzzer Begins Here----------//
pw.println(generateMemoryUnderflow(rg)); pw.println(generateMemoryUnderflow(rg));
//----------Fuzzer Ends Here---------- //----------Fuzzer Ends Here----------
}catch (Exception e){ }catch (Exception e){
e.printStackTrace(System.err); e.printStackTrace(System.err);
System.exit(1); System.exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment