@@ -22,7 +22,7 @@ using ::testing::Truly;
using ::testing::VariantWith;
class NumericLiteralTest : public ::testing::Test {
- protected:
+ public:
NumericLiteralTest() : error_tracker(ConsoleDiagnosticConsumer()) {}
auto Lex(llvm::StringRef text) -> NumericLiteral {
@@ -30,7 +30,7 @@ using ::testing::Pair;
namespace Yaml = ::Carbon::Testing::Yaml;
class TreeTest : public ::testing::Test {
Testing::CompileHelper compile_helper_;
};