summaryrefslogtreecommitdiffstats
path: root/ceee/testing/utils/test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/testing/utils/test_utils.h')
-rw-r--r--ceee/testing/utils/test_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ceee/testing/utils/test_utils.h b/ceee/testing/utils/test_utils.h
index 1fb03b9..3e3df1f 100644
--- a/ceee/testing/utils/test_utils.h
+++ b/ceee/testing/utils/test_utils.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
//
@@ -316,7 +316,7 @@ inline ::std::ostream& operator<<(::std::ostream& os, const VARIANT& var) {
//
// For noinline pragma, see
// http://msdn.microsoft.com/en-us/library/cx053bca(VS.71).aspx
-#ifdef _DEBUG
+#ifndef NDEBUG
#define TEST_DEBUG_ONLY(test_case_name, test_name) \
TEST(test_case_name, test_name)
#define TEST_F_DEBUG_ONLY(test_fixture, test_name) \