[lld] r208120 - Fix copypaste error.

Rui Ueyama ruiu at google.com
Tue May 6 12:05:14 PDT 2014


Author: ruiu
Date: Tue May  6 14:05:14 2014
New Revision: 208120

URL: http://llvm.org/viewvc/llvm-project?rev=208120&view=rev
Log:
Fix copypaste error.

Modified:
    lld/trunk/unittests/DriverTests/InputGraphTest.cpp

Modified: lld/trunk/unittests/DriverTests/InputGraphTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/unittests/DriverTests/InputGraphTest.cpp?rev=208120&r1=208119&r2=208120&view=diff
==============================================================================
--- lld/trunk/unittests/DriverTests/InputGraphTest.cpp (original)
+++ lld/trunk/unittests/DriverTests/InputGraphTest.cpp Tue May  6 14:05:14 2014
@@ -175,5 +175,5 @@ TEST_F(InputGraphTest, Normalize) {
   EXPECT_EQ("file4", getNext());
   EXPECT_EQ("file5", getNext());
   EXPECT_EQ("file6", getNext());
-  _graph->notifyProgress();
+  expectEnd();
 }





More information about the llvm-commits mailing list