mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
add another test to Misc.java
This commit is contained in:
parent
a17cbf2880
commit
a9a0252209
@ -47,6 +47,8 @@ public class Misc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
expect(Long.valueOf(231L) == 231L);
|
||||||
|
|
||||||
long x = 231;
|
long x = 231;
|
||||||
expect((x >> 32) == 0);
|
expect((x >> 32) == 0);
|
||||||
expect((x >>> 32) == 0);
|
expect((x >>> 32) == 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user