Fix test build on windows.

llvm-svn: 210714
This commit is contained in:
Rafael Espindola 2014-06-11 22:23:45 +00:00
parent 13a979911a
commit 28db74b2f0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public:
void expectEnd() {
ErrorOr<File &> file = _graph->getNextFile();
EXPECT_EQ(InputGraphError::no_more_files, file.getError());
EXPECT_EQ(file.getError(), InputGraphError::no_more_files);
}
protected: