mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix compile warning in RifActiveCellsReader-Test.cpp
This commit is contained in:
parent
a5aa49c705
commit
c5f5242f81
@ -54,7 +54,7 @@ TEST( RifActiveCellsReaderTest, BasicTest10k )
|
||||
ecl_file_type* gridFile = ecl_file_open( RiaStringEncodingTools::toNativeEncoded( filePath ).data(),
|
||||
ECL_FILE_CLOSE_STREAM );
|
||||
activeCellsFromActnum = RifActiveCellsReader::activeCellsFromActnumKeyword( gridFile );
|
||||
EXPECT_EQ( 2, activeCellsFromActnum.size() );
|
||||
EXPECT_EQ( (size_t)2, activeCellsFromActnum.size() );
|
||||
ecl_file_close( gridFile );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user