Searched refs:nullCheckTestThrow (Results 1 - 1 of 1) sorted by relevance

/art/test/106-exceptions2/src/
H A DMain.java142 static int nullCheckTestThrow(int x) { method in class:Main
210 res = nullCheckTestThrow(1976);
212 System.out.println("nullCheckTestThrow PASSED");
214 System.out.println("nullCheckTestThrow FAILED: " + res);

Completed in 48 milliseconds