Source release v3.1.0
This commit is contained in:
@@ -71,6 +71,7 @@ bool TestHost::exists(const std::string& name) {
|
||||
}
|
||||
|
||||
bool TestHost::remove(const std::string& name) {
|
||||
LOGD("remove: %s", name.c_str());
|
||||
files_.erase(name);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user