summaryrefslogtreecommitdiff
path: root/include/gtest/gtest-death-test.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-02-23 23:21:55 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-02-23 23:21:55 +0000
commit4cd62602913a032a7aec091d4c8055ff9af95e37 (patch)
tree96dd43de8d817d4cea7090c7daf548ebc9869237 /include/gtest/gtest-death-test.h
parent4f80fa9b5491d9bca3ffe9dbbe65f53389a17f9e (diff)
downloadgoogletest-4cd62602913a032a7aec091d4c8055ff9af95e37.tar.gz
Cleans up macro definitions.
git-svn-id: http://googletest.googlecode.com/svn/trunk@195 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest/gtest-death-test.h')
-rw-r--r--include/gtest/gtest-death-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/gtest-death-test.h b/include/gtest/gtest-death-test.h
index 1d4cf98..bb306f2 100644
--- a/include/gtest/gtest-death-test.h
+++ b/include/gtest/gtest-death-test.h
@@ -49,7 +49,7 @@ namespace testing {
// after forking.
GTEST_DECLARE_string_(death_test_style);
-#ifdef GTEST_HAS_DEATH_TEST
+#if GTEST_HAS_DEATH_TEST
// The following macros are useful for writing death tests.