diff options
author | Doug Evans <dje@google.com> | 2016-01-21 16:20:02 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2016-01-21 16:20:02 -0800 |
commit | 4f5946a8630ec027d412ee078974f8d92e5ab3a0 (patch) | |
tree | 541c3097c212c89b39bcc626bac3d9c1ff3e70cf /gdb/testsuite/lib | |
parent | e36f6033bfe25c72c62b14a0aafa53124cb95dc8 (diff) | |
download | gdb-4f5946a8630ec027d412ee078974f8d92e5ab3a0.zip gdb-4f5946a8630ec027d412ee078974f8d92e5ab3a0.tar.gz gdb-4f5946a8630ec027d412ee078974f8d92e5ab3a0.tar.bz2 |
* lib/ada.exp (gdb_compile_ada): Fix typo.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/ada.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/ada.exp b/gdb/testsuite/lib/ada.exp index 66dfad2..01f3008 100644 --- a/gdb/testsuite/lib/ada.exp +++ b/gdb/testsuite/lib/ada.exp @@ -45,7 +45,7 @@ proc gdb_compile_ada {source dest type options} { append options " additional_flags=-I$srcdir" set result [target_compile_ada_from_dir \ - $objdir [file tail $source] $dest $type $options]] + $objdir [file tail $source] $dest $type $options] # The Ada build always produces some output, even when the build # succeeds. Thus, we can not use the output the same way we do in |