forked from OSchip/llvm-project
parent
13a979911a
commit
28db74b2f0
|
@ -68,7 +68,7 @@ public:
|
||||||
|
|
||||||
void expectEnd() {
|
void expectEnd() {
|
||||||
ErrorOr<File &> file = _graph->getNextFile();
|
ErrorOr<File &> file = _graph->getNextFile();
|
||||||
EXPECT_EQ(InputGraphError::no_more_files, file.getError());
|
EXPECT_EQ(file.getError(), InputGraphError::no_more_files);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue