This is an archive of the discontinued LLVM Phabricator instance.

Remove unneeded typename from test
ClosedPublic

Authored by rogfer01 on Oct 6 2017, 8:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

rogfer01 created this revision.Oct 6 2017, 8:25 AM
chill added a subscriber: chill.Oct 6 2017, 9:43 AM

FYI, there is a similar issue in test/std/utilities/variant/variant.helpers/variant_alternative.fail.cpp added by the
same commit

git hash: a12318f5ae0aae44eb17f376d3598717b45f7a5f
"Added failing tests for index out of range for tuple_element<pair<T1,T2>> and variant_alternative<>"

EricWF accepted this revision.Oct 6 2017, 9:56 AM
This revision is now accepted and ready to land.Oct 6 2017, 9:56 AM
rogfer01 updated this revision to Diff 118183.Oct 9 2017, 12:39 AM
  • Remove another instance of this issue
mclow.lists accepted this revision.Oct 9 2017, 2:14 PM
This revision was automatically updated to reflect the committed changes.