diff options
author | 2014-06-10 02:45:42 +0700 | |
---|---|---|
committer | 2014-06-10 02:45:42 +0700 | |
commit | f71f950c8c653b6079bdb0875e16f532a6d2cac1 (patch) | |
tree | 4c2ac39fe4a57bf1e1fec5d2593b5a1090a7ddda | |
parent | 7c2e21d9e39c6b6cf0c5bdff0101fc70c202c908 (diff) |
Fix output of 107 art/test
This patch affects 107 only when it is failed.
Change-Id: Ic33e6088d3fa4ca2cf47997f2bd6615462fc13cd
Signed-off-by: Dmitry Petrochenko <dmitry.petrochenko@intel.com>
-rw-r--r-- | test/107-int-math2/src/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/107-int-math2/src/Main.java b/test/107-int-math2/src/Main.java index 1ce4a04d7e..f0fe934ae9 100644 --- a/test/107-int-math2/src/Main.java +++ b/test/107-int-math2/src/Main.java @@ -979,7 +979,7 @@ class Main extends IntMathBase { if (lres == 0x96deff00aa010000L) { System.out.println("longShiftTest PASSED"); } else { - System.out.println("longShiftTest FAILED: " + res); + System.out.println("longShiftTest FAILED: " + lres); failure = true; } |