Home
last modified time | relevance | path

Searched refs:print_no_scope (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dfunctions_unittest.cc127 TestParseInput print_no_scope("print(6)"); in TEST() local
128 EXPECT_FALSE(print_no_scope.has_error()); in TEST()
129 Value result = print_no_scope.parsed()->Execute(setup.scope(), &err); in TEST()