aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/shr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/shr2.c')
-rw-r--r--gdb/testsuite/gdb.base/shr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/shr2.c b/gdb/testsuite/gdb.base/shr2.c
index de34986..36a71b3 100644
--- a/gdb/testsuite/gdb.base/shr2.c
+++ b/gdb/testsuite/gdb.base/shr2.c
@@ -4,7 +4,7 @@ int shr2(int x)
int shr2(x) int x;
#endif
{
- return 2*x;
+ return 2*x; /* shr2-return */
}
#ifdef PROTOTYPES