Skip to content

Commit

Permalink
Fix a compiler warning re #8073
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Nov 14, 2013
1 parent 66ddd51 commit 9a5bd3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SaveGSASInstrumentFileTest : public CxxTest::TestSuite
TS_ASSERT(saver.isExecuted());

// Check the output file's existence and size
std:string filename = saver.getProperty("OutputFilename"); // get full pathname
std::string filename = saver.getProperty("OutputFilename"); // get full pathname
TS_ASSERT(Poco::File(filename).exists());

vector<size_t> veclineindextoread;
Expand Down

0 comments on commit 9a5bd3a

Please sign in to comment.