Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Ix/CPP/unittest/
Dtestbench.hpp13 struct empty_testcase{ void run(){} const char* name(){return 0;} }; in name() argument
16 struct testcase : empty_testcase{};