Revert one file for now
This commit is contained in:
parent
19b5774ccf
commit
67476c1426
@ -168,16 +168,6 @@ void SubWithTrace(int n) {
|
|||||||
SubWithoutTrace(n);
|
SubWithoutTrace(n);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(SCOPED_TRACETest, AcceptedValues) {
|
|
||||||
SCOPED_TRACE("literal string");
|
|
||||||
SCOPED_TRACE(std::string("std::string"));
|
|
||||||
SCOPED_TRACE(1337); // streamable type
|
|
||||||
const char* null_value = NULL;
|
|
||||||
SCOPED_TRACE(null_value);
|
|
||||||
|
|
||||||
ADD_FAILURE() << "Just checking that all these values work fine.";
|
|
||||||
}
|
|
||||||
|
|
||||||
// Tests that SCOPED_TRACE() obeys lexical scopes.
|
// Tests that SCOPED_TRACE() obeys lexical scopes.
|
||||||
TEST(SCOPED_TRACETest, ObeysScopes) {
|
TEST(SCOPED_TRACETest, ObeysScopes) {
|
||||||
printf("(expected to fail)\n");
|
printf("(expected to fail)\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user