Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / call-c.exp
index d2c74e35e3b195863b780b06042344f483fcc41a..5f8f01cbaaae6e0c3204421af8677f7082cba719 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2006-2016 Free Software Foundation, Inc.
+# Copyright 2006-2020 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
@@ -23,7 +23,7 @@ set objfilecpp [standard_output_file ${testfile}.o]
 if {[gdb_compile "$srcdir/$subdir/${srcfile2}" "${objfilec}" object {debug}] != ""
     || [gdb_compile "$srcdir/$subdir/${srcfile}" "${objfilecpp}" object {c++ debug}] != ""
     || [gdb_compile "${objfilecpp} ${objfilec}" "${binfile}" executable {c++ debug}] != ""} {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }
 
This page took 0.038426 seconds and 4 git commands to generate.