ソースを参照

message was wrong way round!

tags/PRE_PIPELINE
aclement 18年前
コミット
a915b6524c
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      testing-client/src/org/aspectj/testing/Tester.java

+ 2
- 2
testing-client/src/org/aspectj/testing/Tester.java ファイルの表示

@@ -225,8 +225,8 @@ public class Tester {
}
int n = value.length;
if (n != expectedValue.length) {
checkFailed(message+" expected array of length "+n
+" got "+expectedValue.length);
checkFailed(message+" expected array of length "+expectedValue.length
+" got "+ n);
return;
}
for(int i=0; i<n; i++) {

読み込み中…
キャンセル
保存