update unit test for previous change.
authorChris Lattner <sabre@nondot.org>
Mon, 31 Aug 2009 00:28:46 +0000 (00:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 Aug 2009 00:28:46 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80528 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/VMCore/PassManagerTest.cpp

index 5c3f04ef82087d3199debd444698ea35e05686ae..cb8f9ebb939beb4dafaf373d25226f9a9d1313f2 100644 (file)
@@ -154,7 +154,7 @@ namespace llvm {
 
     struct CGPass : public PassTest<CallGraph, CallGraphSCCPass> {
     public:
-      virtual bool runOnSCC(const std::vector<CallGraphNode*> &SCMM) {
+      virtual bool runOnSCC(std::vector<CallGraphNode*> &SCMM) {
         EXPECT_TRUE(getAnalysisIfAvailable<TargetData>());
         run();
         return false;