[libcxx-commits] [PATCH] D153980: [libc++][NFC] Move all the remaining .fail.cpp tests to .verify.cpp

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 28 07:56:58 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq.verify.cpp:12
 // template<class T, T N>
 //   using make_integer_sequence = integer_sequence<T, 0, 1, ..., N-1>;
 
----------------
This is one of the only two tests I actually had to change instead of just blindly renaming.


================
Comment at: libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.verify.cpp:12
 // template<class T, T N>
 //   using make_integer_sequence = integer_sequence<T, 0, 1, ..., N-1>;
 
----------------
This is the second one. Everything else is just renaming.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153980/new/

https://reviews.llvm.org/D153980



More information about the libcxx-commits mailing list