mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Try to appease a buildbot.
The failure is: C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\unittests\ProfileData\CoverageMappingTest.cpp(244): error C2668: 'llvm::make_unique': ambiguous call to overloaded function http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/3489/ llvm-svn: 306784
This commit is contained in:
parent
8088aaa4ef
commit
4db530fe97
@ -240,8 +240,9 @@ struct CoverageMappingTest : ::testing::TestWithParam<std::pair<bool, bool>> {
|
||||
make_unique<CoverageMappingReaderMock>(Funcs));
|
||||
}
|
||||
} else {
|
||||
ArrayRef<OutputFunctionCoverageData> Funcs(OutputFunctions);
|
||||
CoverageReaders.push_back(
|
||||
make_unique<CoverageMappingReaderMock>(OutputFunctions));
|
||||
make_unique<CoverageMappingReaderMock>(Funcs));
|
||||
}
|
||||
return CoverageMapping::load(CoverageReaders, *ProfileReader);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user