"llvm/lib/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2e44769ed21b9190ff288e3c4e0a90a59a60f576"
Newer
Older
//===- 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.
//
//===----------------------------------------------------------------------===//
#include "gtest/gtest.h"
namespace {
TEST(System, Path) {
// TODO: Add tests!
}
} // anonymous namespace