Make suite::log_t public

This commit is contained in:
Vinnie Falco
2015-08-13 15:42:01 -07:00
committed by Scott Schurr
parent 3d777f3f5d
commit b2cb4df29a

View File

@@ -62,6 +62,7 @@ private:
} }
}; };
public:
// Memberspace // Memberspace
class log_t class log_t
{ {
@@ -80,6 +81,7 @@ private:
abstract_ostream& abstract_ostream&
stream(); stream();
}; };
private:
class scoped_testcase; class scoped_testcase;