From d647426714a96d42faff8ea53464343b29b427cd Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Sat, 13 Jul 2013 15:37:25 +0000 Subject: Reverted 10056-10059 git-svn-id: http://skia.googlecode.com/svn/trunk@10060 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/UtilsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/UtilsTest.cpp') diff --git a/tests/UtilsTest.cpp b/tests/UtilsTest.cpp index 33d5c97112..63b905aff2 100644 --- a/tests/UtilsTest.cpp +++ b/tests/UtilsTest.cpp @@ -71,7 +71,7 @@ static void test_autostarray(skiatest::Reporter* reporter) { REPORTER_ASSERT(reporter, 0 == tmp.count()); REPORTER_ASSERT(reporter, 1 == obj0.getRefCnt()); REPORTER_ASSERT(reporter, 1 == obj1.getRefCnt()); - + tmp.reset(2); // this should use the preexisting allocation REPORTER_ASSERT(reporter, 2 == tmp.count()); tmp[0] = &obj0; -- cgit v1.2.3