[C++] [Modules] Add a test case for mocking implementation for std modules
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 23 Sep 2022 07:17:35 +0000 (15:17 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 23 Sep 2022 07:20:46 +0000 (15:20 +0800)
commit1aaba40dcbe8fdc93d825d1f4e22edaa3e9aa5b1
tree32e0c3f3ec2ffa39ffed956725a94017fa25f6ef
parentc965ffa1ed9346f058280f8444b1d2792491bd30
[C++] [Modules] Add a test case for mocking implementation for std modules

I found this with the patch: https://reviews.llvm.org/D131858. It breaks
my local implementation but not the in-tree test cases. So I reduce the
failure and submit the test case. The more testing should be always
good.
clang/test/Modules/pair-unambiguous-ctor.cppm [new file with mode: 0644]