diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/overload.cc')
-rw-r--r-- | gdb/testsuite/gdb.cp/overload.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.cp/overload.cc b/gdb/testsuite/gdb.cp/overload.cc index e643d4cdfde..78fae1455fc 100644 --- a/gdb/testsuite/gdb.cp/overload.cc +++ b/gdb/testsuite/gdb.cp/overload.cc @@ -56,10 +56,7 @@ namespace N { int nsoverload (int x, int y) { return x + y; } }; -int intToChar (char c) -{ - return 297; -} +int intToChar (char c) { return 297; } void marker1() {} |