summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-24 19:20:28 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-24 19:20:28 +0000
commit861ef4b1cffcf30ecd5b6a2216b88345f892f0b7 (patch)
tree5c24d58a68b6180363df37e35a19613423b7bf2a /unittests
parentf9100d44aa32925e266bd1cd44e932c9649b794d (diff)
downloadllvm-861ef4b1cffcf30ecd5b6a2216b88345f892f0b7.tar.gz
llvm-861ef4b1cffcf30ecd5b6a2216b88345f892f0b7.tar.bz2
llvm-861ef4b1cffcf30ecd5b6a2216b88345f892f0b7.tar.xz
unittests: Add initial Path-V2 test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/System/Path.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/unittests/System/Path.cpp b/unittests/System/Path.cpp
index 85fbb6124b..b8a2f63097 100644
--- a/unittests/System/Path.cpp
+++ b/unittests/System/Path.cpp
@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
+// For now, just test that the header file parses.
+#include "llvm/System/PathV2.h"
+
#include "gtest/gtest.h"
namespace {