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