Searched defs:actual_rc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javah/
H A DT6893943.java83 void expect(String name, String out, int actual_rc, int expect_rc) throws Exception { argument
92 if (actual_rc != expect_rc)
93 throw new Exception(name + ": unexpected exit: " + actual_rc + ", expected: " + expect_rc);

Completed in 64 milliseconds