c++/24367: Infinite recursion of typedef substitution
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / minsym-fallback.exp
index aece2f36361c5b57ce03b0d1d5fc9e524eb81f2f..545fb000eeea4e050f8393d65dba24212c8281ff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2011-2019 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
@@ -25,7 +25,7 @@ set objmainfile [standard_output_file ${testfile}-main.o]
 if {[gdb_compile $srcdir/$subdir/$srcfile $objfile object {}] != ""
     || [gdb_compile $srcdir/$subdir/$srcfile2 $objmainfile object {debug}] != ""
     || [gdb_compile "$objfile $objmainfile" $binfile executable {c++}] != ""} {
-    untested ${testfile}.exp
+    untested "failed to compile"
     return -1
 }
 
This page took 0.024485 seconds and 4 git commands to generate.