We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2620ccc commit 446d38cCopy full SHA for 446d38c
lldb/unittests/Host/FileSystemTest.cpp
@@ -74,7 +74,7 @@ class DummyFileSystem : public vfs::FileSystem {
74
}
75
// Map any symlink to "/symlink".
76
std::error_code getRealPath(const Twine &Path,
77
- SmallVectorImpl<char> &Output) const override {
+ SmallVectorImpl<char> &Output) override {
78
auto I = FilesAndDirs.find(Path.str());
79
if (I == FilesAndDirs.end())
80
return make_error_code(llvm::errc::no_such_file_or_directory);
0 commit comments