diff options
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/tests/test_broker.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/tests/test_broker.cc b/ppapi/tests/test_broker.cc index 9376029..db75def 100644 --- a/ppapi/tests/test_broker.cc +++ b/ppapi/tests/test_broker.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -212,9 +212,7 @@ void TestBroker::RunTests(const std::string& filter) { RUN_TEST(Create, filter); RUN_TEST(GetHandleFailure, filter); RUN_TEST(ConnectFailure, filter); -#if !defined(OS_WIN) // This is broken on Windows. See http://crbug.com/103975. RUN_TEST(ConnectAndPipe, filter); -#endif } std::string TestBroker::TestCreate() { |