missing that semicolon!

This commit is contained in:
denchat 2019-05-09 13:48:40 +07:00 committed by GitHub
parent d7b83ff48e
commit 073571a88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2495,7 +2495,7 @@ TEST(FormatTest, FmtStringInTemplate) {
// type in this mode. If this is the case __cpp_char8_t will be defined. // type in this mode. If this is the case __cpp_char8_t will be defined.
#ifndef __cpp_char8_t #ifndef __cpp_char8_t
// Locally provide type char8_t defined in format.h // Locally provide type char8_t defined in format.h
using fmt::char8_t using fmt::char8_t;
#endif #endif
TEST(FormatTest, ConstructU8StringViewFromCString) { TEST(FormatTest, ConstructU8StringViewFromCString) {