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

/openjdk7/jdk/test/com/sun/jdi/
H A DLocationTest.java32 * @run compile -g LocationTest.java
33 * @run main LocationTest
58 public class LocationTest extends TestScaffold { class in inherits:TestScaffold
62 LocationTest (String args[]) { method in class:LocationTest
67 new LocationTest(args).startTests();
180 println("LocationTest: passed");
182 throw new Exception("LocationTest: failed");

Completed in 28 milliseconds