Improve:test compile.
This commit is contained in:
parent
6a107520f7
commit
280afb79c5
|
@ -51,6 +51,6 @@ void SdCardHalMock::MockSdCardInsert(std::shared_ptr<LinuxTest> &mock)
|
|||
void SdCardHalMock::MockSdCardFormatResult(std::shared_ptr<LinuxTest> &mock, const int &result)
|
||||
{
|
||||
// TODO: improve
|
||||
// LinuxTest::SetSystemCommandResult(mock, "mkfs.vfat", result);
|
||||
// LinuxTest::SetSystemCommandResult(mock, "umount", result);
|
||||
LinuxTest::SetSystemCommandResult(mock, "mkfs.vfat", result);
|
||||
LinuxTest::SetSystemCommandResult(mock, "umount", result);
|
||||
}
|
Loading…
Reference in New Issue
Block a user