diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-14 19:04:11 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-14 19:04:11 (GMT) |
commit | 265efde9a5b35fbd23622620fa597822e122f38a (patch) | |
tree | 57791ab8301581599060956528149d14215d08b2 /googletest/src/gtest-death-test.cc | |
parent | 3306848f697568aacf4bcca330f6bdd5ce671899 (diff) | |
download | googletest-265efde9a5b35fbd23622620fa597822e122f38a.zip googletest-265efde9a5b35fbd23622620fa597822e122f38a.tar.gz googletest-265efde9a5b35fbd23622620fa597822e122f38a.tar.bz2 |
Comments changes, no functionality changes.
Diffstat (limited to 'googletest/src/gtest-death-test.cc')
-rw-r--r-- | googletest/src/gtest-death-test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc index 97dbffc..0908355 100644 --- a/googletest/src/gtest-death-test.cc +++ b/googletest/src/gtest-death-test.cc @@ -266,7 +266,7 @@ static const int kFuchsiaReadPipeFd = 3; // statement, which is not allowed; THREW means that the test statement // returned control by throwing an exception. IN_PROGRESS means the test // has not yet concluded. -// TODO(vladl@google.com): Unify names and possibly values for +// FIXME: Unify names and possibly values for // AbortReason, DeathTestOutcome, and flag characters above. enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; @@ -1458,7 +1458,7 @@ static int GetStatusFileDescriptor(unsigned int parent_process_id, StreamableToString(parent_process_id)); } - // TODO(vladl@google.com): Replace the following check with a + // FIXME: Replace the following check with a // compile-time assertion when available. GTEST_CHECK_(sizeof(HANDLE) <= sizeof(size_t)); |