diff --git a/src/Test1.java b/src/Test1.java
index 7e27790811bc6cabda02d26206423cdbbfc6928b..d6a891dbf43b0c2906684637f1808e58db3c83f1 100644
--- a/src/Test1.java
+++ b/src/Test1.java
@@ -2,6 +2,5 @@ public class Test1 {
     public static void main(String[] args) {
         Test2 test = new Test2(1, 2, "abc");
         System.out.println(test.print());
-        throw new java.lang.RuntimeException();
     }
 }