1 // 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.
4
5 #include "platform_test.h"
6
7 #import <Foundation/Foundation.h>
8
9 void PlatformTest::SetUp() {
10 pool_ = [[NSAutoreleasePool alloc] init];
11 }
12
13 void PlatformTest::TearDown() {
14 [pool_ drain];
15 }
OLD
NEW
« no previous file with comments
|
« testing/platform_test.h ('k')
|
no next file »
|
no next file with comments »
Issue 13052: Cleanup: move base/platform_test.h -> testing/
(Closed)
Created 12 years ago by jeremy
Modified 9 years, 6 months ago
Reviewers: Mark Mentovai, pink (ping after 24hrs)
Base URL:
Comments: 1