Skip to content
Snippets Groups Projects
Commit dddf45a9 authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Refs #8385 Change type of variable in FileDescriptorTest

parent 9b12017a
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ public:
FileDescriptor descr(filename);
auto & stream = descr.data();
long int streamPos = stream.tellg();
std::streamoff streamPos = stream.tellg();
TS_ASSERT_EQUALS(0, streamPos);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment