From 443e46f16d0ee9098e3c6467347cd8067dfecf26 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 28 Apr 2011 00:02:06 +0000 Subject: Silence return-type warning. llvm-svn: 130349 --- debuginfo-tests/sret.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debuginfo-tests') diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp index 7fd23852712..90145f8c194 100644 --- a/debuginfo-tests/sret.cpp +++ b/debuginfo-tests/sret.cpp @@ -2,7 +2,7 @@ // RUN: %clangxx %t.o -o %t.out // RUN: %test_debuginfo %s %t.out // Radar 8775834 -// DEBUGGER: break 60 +// DEBUGGER: break 61 // DEBUGGER: r // DEBUGGER: p a // CHECK: $1 = (A &) @@ -38,6 +38,7 @@ const A & A::operator =(const A& rhs) { m_int = rhs.m_int; + return *this; } int A::get_int() -- cgit v1.2.3