PR libstdc++/89851 Add testcase for std::variant equality
authorJonathan Wakely <jwakely@redhat.com>
Wed, 10 Apr 2019 10:43:39 +0000 (11:43 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 10 Apr 2019 10:43:39 +0000 (11:43 +0100)
commit4a3f7992d2d9049eb80b30f93fb142b24dfe1685
treeda59dd474327e13a7e0e29a085577da2f002652a
parent1feb075a762037a73e468556bf7570141367b974
PR libstdc++/89851 Add testcase for std::variant equality

Add a test for the regression introduced with r269422 and fixed with
r270056.

PR libstdc++/89851
* testsuite/20_util/variant/89851.cc: New test.

From-SVN: r270249
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/variant/89851.cc [new file with mode: 0644]