Index: base/event_trace_provider_win_unittest.cc |
=================================================================== |
--- base/event_trace_provider_win_unittest.cc (revision 48060) |
+++ base/event_trace_provider_win_unittest.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 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. |
// |
@@ -88,7 +88,7 @@ |
TEST(EtwTraceProviderTest, RegisterWithNoNameFails) { |
EtwTraceProvider provider; |
- EXPECT_NE(ERROR_SUCCESS, provider.Register()); |
+ EXPECT_TRUE(provider.Register() != ERROR_SUCCESS); |
} |
TEST(EtwTraceProviderTest, Enable) { |