aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CodecTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CodecTest.cpp')
-rw-r--r--tests/CodecTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CodecTest.cpp b/tests/CodecTest.cpp
index fcbfadd068..9c60be4b6b 100644
--- a/tests/CodecTest.cpp
+++ b/tests/CodecTest.cpp
@@ -879,7 +879,7 @@ public:
return fStream.rewind();
}
bool isAtEnd() const override {
- return false;
+ return fStream.isAtEnd();
}
private:
SkMemoryStream fStream;