forked from OSchip/llvm-project
parent
13a979911a
commit
28db74b2f0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue