unittests: Add initial Path-V2 test.

llvm-svn: 120103
This commit is contained in:
Michael J. Spencer 2010-11-24 19:20:28 +00:00
parent 96bcfcf2c2
commit c33a41db85
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
// For now, just test that the header file parses.
#include "llvm/System/PathV2.h"
#include "gtest/gtest.h"
namespace {