gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 24 Dec 2011 23:54:20 +0000 (23:54 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 24 Dec 2011 23:54:20 +0000 (23:54 +0000)
* gdb.linespec/linespec.exp: Compile using {c++}.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.linespec/linespec.exp

index 5b5aee3517c4ff99f505f24febe1e3c9557ec3f4..c32c048cb2cb246e879f97fb472f9bbff86d85d3 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.linespec/linespec.exp: Compile using {c++}.
+
 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
index 440233a5d1a1bf861ca1474151f1ce034236bf99..85330321d4889bd11e1297da75c22de55e530cd0 100644 (file)
@@ -30,7 +30,7 @@ if {[skip_cplus_tests]} {
 
 if {[prepare_for_testing ${testfile}.exp $exefile \
         [list lspec.cc $baseone $basetwo] \
-        {debug nowarnings}]} {
+        {debug nowarnings c++}]} {
     return -1
 }
 
This page took 0.037057 seconds and 4 git commands to generate.