blob: 85fbb6124bda6f7eed1a155d962b90cf5e938faa [file] [log] [blame]
Michael J. Spencerf2ca4cb2010-11-24 19:20:05 +00001//===- llvm/unittest/System/Path.cpp - Path tests -------------------------===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#include "gtest/gtest.h"
11
12namespace {
13
14TEST(System, Path) {
15 // TODO: Add tests!
16}
17
18} // anonymous namespace