[llvm-commits] [llvm] r120103 - /llvm/trunk/unittests/System/Path.cpp
Michael J. Spencer
bigcheesegs at gmail.com
Wed Nov 24 11:20:28 PST 2010
Author: mspencer
Date: Wed Nov 24 13:20:28 2010
New Revision: 120103
URL: http://llvm.org/viewvc/llvm-project?rev=120103&view=rev
Log:
unittests: Add initial Path-V2 test.
Modified:
llvm/trunk/unittests/System/Path.cpp
Modified: llvm/trunk/unittests/System/Path.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/System/Path.cpp?rev=120103&r1=120102&r2=120103&view=diff
==============================================================================
--- llvm/trunk/unittests/System/Path.cpp (original)
+++ llvm/trunk/unittests/System/Path.cpp Wed Nov 24 13:20:28 2010
@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
+// For now, just test that the header file parses.
+#include "llvm/System/PathV2.h"
+
#include "gtest/gtest.h"
namespace {
More information about the llvm-commits
mailing list