c++/24367: Infinite recursion of typedef substitution
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / rvalue-ref-params.exp
index 303b447d242984633226c7d340e135bc81dc2f7a..9a3789e5dcae93e029bfa56c445ef605d5af8b22 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2006-2017 Free Software Foundation, Inc.
+# Copyright 2006-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
@@ -48,7 +48,6 @@ set t "print value of Child&& in f2"
 gdb_start_again "marker2 here" $t
 gdb_test "print C" ".*id = 42.*" $t
 
-setup_kfail "c++/15372" "*-*-*"
 gdb_test "print f1 (static_cast<Child&&> (C))" ".* = 42.*" \
     "print value of f1 on Child&& in f2"
 
This page took 0.023892 seconds and 4 git commands to generate.