Skip to content

Commit f00401e

Browse files
committed
テスト項目追加
1 parent 3c87253 commit f00401e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static void main (String[] args) {
109109

110110
}
111111

112-
String[] test = {"1", "2", "3"};
112+
String[] test = {"4", "5", "6"};
113113
for (String i : test) {
114114

115115
System.out.println(i);

test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
$invoker->getMethodInvoker()->main(array(999, 888));
2323

24+
$invoker->trace();
2425

2526
/*
2627
// $a = new JavaArchive('JavaTest/dist/JavaTest.jar');

0 commit comments

Comments
 (0)