diff options
Diffstat (limited to 'test/TestRewindInputStream.cxx')
-rw-r--r-- | test/TestRewindInputStream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestRewindInputStream.cxx b/test/TestRewindInputStream.cxx index b105924c2..7420bb853 100644 --- a/test/TestRewindInputStream.cxx +++ b/test/TestRewindInputStream.cxx @@ -43,7 +43,7 @@ TEST(RewindInputStream, Basic) { Mutex mutex; - StringInputStream *sis = + auto *sis = new StringInputStream("foo://", mutex, "foo bar"); EXPECT_TRUE(sis->IsReady()); |