aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/pr10728-x.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cp/pr10728-x.cc')
-rw-r--r--gdb/testsuite/gdb.cp/pr10728-x.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/pr10728-x.cc b/gdb/testsuite/gdb.cp/pr10728-x.cc
index 7623c0b..d6b7666 100644
--- a/gdb/testsuite/gdb.cp/pr10728-x.cc
+++ b/gdb/testsuite/gdb.cp/pr10728-x.cc
@@ -2,6 +2,6 @@
int main()
{
- X* x = y();
+ X x = y();
return 0; // marker 1
}