gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / java.exp
index dca0028965ce0783b01b978c6a9163864ef7e55b..1434e10c92febe1a232112da4aeb22d5180dc6f0 100644 (file)
@@ -1,7 +1,6 @@
 # This test code is part of GDB, the GNU debugger.
 
-# Copyright 1998, 1999, 2000, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011
-# Free Software Foundation, Inc.
+# Copyright 1998-2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -94,7 +93,7 @@ proc compile_java_from_source { srcfile binfile compile_args } {
 
     if { $java_initialized != 1 } { java_init }
 
-    set args "compiler=$GCJ_UNDER_TEST"
+    set args [list "compiler=$GCJ_UNDER_TEST"]
     lappend args "additional_flags=--main=[file rootname [file tail $srcfile]]"
     if { $compile_args != "" } {
        lappend args "additional_flags=$compile_args"
This page took 0.047111 seconds and 4 git commands to generate.