From ce2b68fb5444e712da14d214994c05bd231f221f Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Wed, 1 Dec 2010 06:21:53 +0000 Subject: Support/PathV2: Add is_{absolute,relative} implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120560 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/Path.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unittests/Support/Path.cpp') diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp index 3f50e708e6..2471864899 100644 --- a/unittests/Support/Path.cpp +++ b/unittests/Support/Path.cpp @@ -112,6 +112,8 @@ TEST(Support, Path) { TEST_PATH(stem, *i, sfres); TEST_PATH(has_extension, *i, bres); TEST_PATH(extension, *i, sfres); + TEST_PATH(is_absolute, *i, bres); + TEST_PATH(is_relative, *i, bres); SmallString<16> temp_store; TEST_PATH_SMALLVEC(make_absolute, *i, temp_store); -- cgit v1.2.3-18-g5258