aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-07-28 22:03:24 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-07-28 22:03:24 +0000
commitf83264b423af49533c5c19de03c3fa82827878fd (patch)
tree1bf2578ea22d5bea5fb3e360fdf8f92b550418f8 /unittests/VMCore
parentc5800a809fd5e411de78ac1a4be633cd3e1d7840 (diff)
fix unittest
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore')
-rw-r--r--unittests/VMCore/MetadataTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/VMCore/MetadataTest.cpp b/unittests/VMCore/MetadataTest.cpp
index 560a31d4ab..51df79f4ab 100644
--- a/unittests/VMCore/MetadataTest.cpp
+++ b/unittests/VMCore/MetadataTest.cpp
@@ -10,7 +10,7 @@
#include "gtest/gtest.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
-#include "llvm/MDNode.h"
+#include "llvm/Metadata.h"
#include "llvm/Type.h"
#include "llvm/Support/ValueHandle.h"
#include <sstream>