| Index: test/BaseJsTest.cpp |
| diff --git a/test/BaseJsTest.cpp b/test/BaseJsTest.cpp |
| index 3fbdaa7d6c77d4f2601de8f273f15353433eb1f3..052847f989ccd151953ca4827ab0c74aa18a139d 100644 |
| --- a/test/BaseJsTest.cpp |
| +++ b/test/BaseJsTest.cpp |
| @@ -62,6 +62,6 @@ ThrowingPlatformCreationParameters::ThrowingPlatformCreationParameters() |
| { |
| logSystem.reset(new ThrowingLogSystem()); |
| timer.reset(new ThrowingTimer()); |
| - fileSystem = std::make_shared<ThrowingFileSystem>(); |
| + fileSystem.reset(new ThrowingFileSystem()); |
| webRequest.reset(new ThrowingWebRequest()); |
| } |