Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DScopeGuardTest.cpp283 bool scopeSuccessExecuted = false; in testScopeFailAndScopeSuccess() local
287 SCOPE_SUCCESS { scopeSuccessExecuted = true; }; in testScopeFailAndScopeSuccess()
302 EXPECT_EQ(!expectFail, scopeSuccessExecuted); in testScopeFailAndScopeSuccess()