commit | 92903a3339f793b8db18a661607430ebc9098f15 | [log] [tgz] |
---|---|---|
author | Michael J. Spencer <bigcheesegs@gmail.com> | Tue Dec 07 03:57:17 2010 +0000 |
committer | Michael J. Spencer <bigcheesegs@gmail.com> | Tue Dec 07 03:57:17 2010 +0000 |
tree | 0ac7279db02750cfeda93dd2adc40bc77aee660e | |
parent | 2eabaae45970af24de2c3ada4fec314a8ecc97d5 [diff] [blame] |
Support/PathV2: Move make_absolute from path to fs. llvm-svn: 121108
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 76a16a3..cd44bbe 100644 --- a/llvm/unittests/Support/Path.cpp +++ b/llvm/unittests/Support/Path.cpp
@@ -104,7 +104,7 @@ SmallString<16> temp_store; temp_store = *i; - ASSERT_FALSE(path::make_absolute(temp_store)); + ASSERT_FALSE(fs::make_absolute(temp_store)); temp_store = *i; ASSERT_FALSE(path::remove_filename(temp_store));