repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix expected messages in test
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.jvmti
/
geterrorname.java
blob
b809b22d63bbfade4c254ec736fe16b7a067b8ef
1
// Test JVMTI GetErrorName
2
3
public class
geterrorname
4
{
5
public static native void
do_errorname_tests
();
6
7
public static void
main
(
String
[]
args
)
8
{
9
System
.
out
.
println
(
"JVMTI GetErrorName tests"
);
10
do_errorname_tests
();
11
}
12
}