1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/unittests/System/Path.cpp

22 lines
537 B
C++
Raw Normal View History

//===- 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/Support/PathV2.h"
#include "gtest/gtest.h"
namespace {
TEST(System, Path) {
// TODO: Add tests!
}
} // anonymous namespace