summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/unittests/DriverTests/InputGraphTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/InputGraphTest.cpp b/lld/unittests/DriverTests/InputGraphTest.cpp
index c8453fcad76..a51e20ca75e 100644
--- a/lld/unittests/DriverTests/InputGraphTest.cpp
+++ b/lld/unittests/DriverTests/InputGraphTest.cpp
@@ -175,5 +175,5 @@ TEST_F(InputGraphTest, Normalize) {
EXPECT_EQ("file4", getNext());
EXPECT_EQ("file5", getNext());
EXPECT_EQ("file6", getNext());
- _graph->notifyProgress();
+ expectEnd();
}
OpenPOWER on IntegriCloud