Index: test/cctest/interpreter/bytecode-expectations-printer.h |
diff --git a/test/cctest/interpreter/bytecode-expectations-printer.h b/test/cctest/interpreter/bytecode-expectations-printer.h |
index 236a7d4190018a457f6ff797ba7808358048b3e8..0fcead571681874b79760f6f46cb7b0ecfbc5dfd 100644 |
--- a/test/cctest/interpreter/bytecode-expectations-printer.h |
+++ b/test/cctest/interpreter/bytecode-expectations-printer.h |
@@ -36,6 +36,7 @@ class BytecodeExpectationsPrinter final { |
const_pool_type_(t), |
execute_(true), |
wrap_(true), |
+ top_level_(false), |
test_function_name_(kDefaultTopFunctionName) {} |
void PrintExpectation(std::ostream& stream, // NOLINT |