[llvm-commits] [test-suite] r142190 - /test-suite/trunk/SingleSource/UnitTests/ObjC++/property-reference-object.reference_output
Fariborz Jahanian
fjahanian at apple.com
Mon Oct 17 09:07:53 PDT 2011
Author: fjahanian
Date: Mon Oct 17 11:07:53 2011
New Revision: 142190
URL: http://llvm.org/viewvc/llvm-project?rev=142190&view=rev
Log:
Fixed test. const reference properties do not
require copying to temporary.
Modified:
test-suite/trunk/SingleSource/UnitTests/ObjC++/property-reference-object.reference_output
Modified: test-suite/trunk/SingleSource/UnitTests/ObjC++/property-reference-object.reference_output
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/ObjC%2B%2B/property-reference-object.reference_output?rev=142190&r1=142189&r2=142190&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/ObjC++/property-reference-object.reference_output (original)
+++ test-suite/trunk/SingleSource/UnitTests/ObjC++/property-reference-object.reference_output Mon Oct 17 11:07:53 2011
@@ -2,12 +2,6 @@
Foo(1,1)
Foo(2,2)
Foo(3,3)
-Foo(4,3)
-~Foo(4, 3)
-Foo(5,3)
-~Foo(5, 3)
-Foo(6,3)
-~Foo(6, 3)
~Foo(3, 3)
~Foo(2, 3)
~Foo(1, 3)
More information about the llvm-commits
mailing list