jvmti-interp.exp (gij_jvmti_test_one): Fix a typo.
2007-06-28 H.J. Lu <hongjiu.lu@intel.com> * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Fix a typo. From-SVN: r126104
This commit is contained in:
parent
fcd9fa1fd1
commit
1a0d6f82c9
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-06-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one):
|
||||||
|
Fix a typo.
|
||||||
|
|
||||||
2007-06-28 Jan Nijtmans <nijtmans@users.sourceforge.net>
|
2007-06-28 Jan Nijtmans <nijtmans@users.sourceforge.net>
|
||||||
|
|
||||||
PR libgcj/30999:
|
PR libgcj/30999:
|
||||||
|
|
|
@ -134,8 +134,7 @@ proc gij_jvmti_test_one {file} {
|
||||||
|
|
||||||
set jarfile [file join [file dirname $file] $main.jar]
|
set jarfile [file join [file dirname $file] $main.jar]
|
||||||
set gij_flags {-agentlib:dummyagent}
|
set gij_flags {-agentlib:dummyagent}
|
||||||
if {! [exec_gij $jarfile [file rootname $file].out $cxxldlibflags $gij_flags]}
|
if {! [exec_gij $jarfile [file rootname $file].out $cxxldlibflags $gij_flags] } {
|
||||||
{
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue