aboutsummaryrefslogtreecommitdiff
path: root/unittests/System/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/System/Path.cpp')
-rw-r--r--unittests/System/Path.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/unittests/System/Path.cpp b/unittests/System/Path.cpp
new file mode 100644
index 0000000000..85fbb6124b
--- /dev/null
+++ b/unittests/System/Path.cpp
@@ -0,0 +1,18 @@
+//===- 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