projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9100d4
)
unittests: Add initial Path-V2 test.
author
Michael J. Spencer
<bigcheesegs@gmail.com>
Wed, 24 Nov 2010 19:20:28 +0000
(19:20 +0000)
committer
Michael J. Spencer
<bigcheesegs@gmail.com>
Wed, 24 Nov 2010 19:20:28 +0000
(19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120103
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/System/Path.cpp
patch
|
blob
|
history
diff --git
a/unittests/System/Path.cpp
b/unittests/System/Path.cpp
index 85fbb6124bda6f7eed1a155d962b90cf5e938faa..b8a2f63097c36eebe01b0a9022865c84ae00c494 100644
(file)
--- a/
unittests/System/Path.cpp
+++ b/
unittests/System/Path.cpp
@@
-7,6
+7,9
@@
//
//===----------------------------------------------------------------------===//
+// For now, just test that the header file parses.
+#include "llvm/System/PathV2.h"
+
#include "gtest/gtest.h"
namespace {