diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-24 19:20:28 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-24 19:20:28 +0000 |
commit | c33a41db8524c126f0816d3425c32d69d08b0c22 (patch) | |
tree | 56aaf8e16bbbdd1fa6d8c177dc8e4016c7c94a09 /llvm/unittests/System/Path.cpp | |
parent | 96bcfcf2c2907519cd765debce94082f421f0829 (diff) | |
download | bcm5719-llvm-c33a41db8524c126f0816d3425c32d69d08b0c22.tar.gz bcm5719-llvm-c33a41db8524c126f0816d3425c32d69d08b0c22.zip |
unittests: Add initial Path-V2 test.
llvm-svn: 120103
Diffstat (limited to 'llvm/unittests/System/Path.cpp')
-rw-r--r-- | llvm/unittests/System/Path.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/unittests/System/Path.cpp b/llvm/unittests/System/Path.cpp index 85fbb6124bd..b8a2f63097c 100644 --- a/llvm/unittests/System/Path.cpp +++ b/llvm/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 { |