Fix expected messages in test
[official-gcc.git] / libjava / testsuite / libjava.jvmti / events.java
blob05deeeb2371e233a1edd07f73eda32300c170d41
1 // Test JVMTI event notifications
3 public class events
5 public static native void do_events_tests ();
7 public static void main (String[] args)
9 System.out.println ("JVMTI event notification tests");
10 do_events_tests ();