Commit 1a0d6f82 by H.J. Lu Committed by H.J. Lu

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
parent fcd9fa1f
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:
......
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment