mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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) {
|
||||
expect(Long.valueOf(231L) == 231L);
|
||||
|
||||
long x = 231;
|
||||
expect((x >> 32) == 0);
|
||||
expect((x >>> 32) == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user