Searched refs:print_no_scope (Results 1 – 1 of 1) sorted by relevance
127 TestParseInput print_no_scope("print(6)"); in TEST() local128 EXPECT_FALSE(print_no_scope.has_error()); in TEST()129 Value result = print_no_scope.parsed()->Execute(setup.scope(), &err); in TEST()