diff options
Diffstat (limited to 'llvm/unittests/System/Path.cpp')
-rw-r--r-- | llvm/unittests/System/Path.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/unittests/System/Path.cpp b/llvm/unittests/System/Path.cpp index 85fbb6124bd..b8a2f63097c 100644 --- a/llvm/unittests/System/Path.cpp +++ b/llvm/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 { |