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
22594b5137
commit
1871fe26ea
@ -66,7 +66,7 @@ TEST( RifActiveCellsReaderTest, BasicTest10k )
|
||||
ECL_FILE_CLOSE_STREAM );
|
||||
|
||||
activeCellsFromPorv = RifActiveCellsReader::activeCellsFromPorvKeyword( initFile, false );
|
||||
EXPECT_EQ( 2, activeCellsFromPorv.size() );
|
||||
EXPECT_EQ( 2, (int)activeCellsFromPorv.size() );
|
||||
|
||||
ecl_file_close( initFile );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user