Commit 72cfecd5 by lixinyi

Update ApplicationTest.java

parent cf460be8
...@@ -16,5 +16,5 @@ public class ApplicationTest { ...@@ -16,5 +16,5 @@ public class ApplicationTest {
} }
@Test @Test
public void test2(){ System.out.println("1");} public void test2(){ System.out.println(1/0);}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment