blob: b8a2f63097c36eebe01b0a9022865c84ae00c494 [file] [log] [blame]
//===- llvm/unittest/System/Path.cpp - Path tests -------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// For now, just test that the header file parses.
#include "llvm/System/PathV2.h"
#include "gtest/gtest.h"
namespace {
TEST(System, Path) {
// TODO: Add tests!
}
} // anonymous namespace