blob: bd22cd5b4593828f2bee0d3233e29cf5514f70ff [file] [log] [blame]
[email protected]49df6022008-08-27 19:03:431// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
[email protected]ed2f2332008-08-20 15:59:494
[email protected]23887f04f2008-12-02 19:20:155#include "platform_test.h"
[email protected]ed2f2332008-08-20 15:59:496
[email protected]89836e22008-09-25 20:33:427#import <Foundation/Foundation.h>
[email protected]ed2f2332008-08-20 15:59:498
[email protected]c77043fc2009-08-20 22:37:599PlatformTest::PlatformTest()
10 : pool_([[NSAutoreleasePool alloc] init]) {
[email protected]ed2f2332008-08-20 15:59:4911}
12
[email protected]c77043fc2009-08-20 22:37:5913PlatformTest::~PlatformTest() {
14 [pool_ release];
[email protected]ed2f2332008-08-20 15:59:4915}