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:
H.J. Lu 2007-06-29 05:03:33 +00:00 committed by H.J. Lu
parent fcd9fa1fd1
commit 1a0d6f82c9
2 changed files with 6 additions and 2 deletions

View File

@ -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>
PR libgcj/30999:

View File

@ -134,8 +134,7 @@ proc gij_jvmti_test_one {file} {
set jarfile [file join [file dirname $file] $main.jar]
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
}