summaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-internal.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-06-22 23:29:24 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-06-22 23:29:24 (GMT)
commitef29ce3576240e51f289e49b2c4e156b414d6685 (patch)
tree95c58a804755fd419d101af9c27c59f5603f25fe /include/gtest/internal/gtest-internal.h
parent046efb852bef27fe2a22dc632fdaeb909d5b0086 (diff)
downloadgoogletest-ef29ce3576240e51f289e49b2c4e156b414d6685.zip
googletest-ef29ce3576240e51f289e49b2c4e156b414d6685.tar.gz
googletest-ef29ce3576240e51f289e49b2c4e156b414d6685.tar.bz2
Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves TestCase to gtest.h to prepare for the event listener API (by Vlad Losev).
Diffstat (limited to 'include/gtest/internal/gtest-internal.h')
-rw-r--r--include/gtest/internal/gtest-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h
index 6e605e0..a4c3736 100644
--- a/include/gtest/internal/gtest-internal.h
+++ b/include/gtest/internal/gtest-internal.h
@@ -103,7 +103,6 @@ namespace testing {
class Message; // Represents a failure message.
class Test; // Represents a test.
-class TestCase; // A collection of related tests.
class TestPartResult; // Result of a test part.
class TestInfo; // Information about a test.
class UnitTest; // A collection of test cases.