Fix copypaste error.

llvm-svn: 208120
This commit is contained in:
Rui Ueyama 2014-05-06 19:05:14 +00:00
parent b12dcb6095
commit b51711b356
1 changed files with 1 additions and 1 deletions

View File

@ -175,5 +175,5 @@ TEST_F(InputGraphTest, Normalize) {
EXPECT_EQ("file4", getNext());
EXPECT_EQ("file5", getNext());
EXPECT_EQ("file6", getNext());
_graph->notifyProgress();
expectEnd();
}