[libcxx-commits] [PATCH] D100005: [libc++] Use the more precise constructor for char_type in std::num_get::do_get.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 7 05:36:48 PDT 2021


curdeius added a comment.

In D100005#2673715 <https://reviews.llvm.org/D100005#2673715>, @oraluben wrote:

> @curdeius How to add a compile-only test case? I think an executable test is not necessary for this case.

A (passing) compile-only test has an extension `.compile.pass.cpp`. Have a look at other tests like this. You can also get rid of `main` altogether in such tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100005



More information about the libcxx-commits mailing list