diff --git a/libcxx/test/support/filesystem_test_helper.h b/libcxx/test/support/filesystem_test_helper.h index ad7ade3a1a58..81366580db89 100644 --- a/libcxx/test/support/filesystem_test_helper.h +++ b/libcxx/test/support/filesystem_test_helper.h @@ -185,7 +185,7 @@ struct scoped_test_env filename = sanitize_path(std::move(filename)); if (size > - static_cast::type>( + static_cast::type>( std::numeric_limits::max())) { fprintf(stderr, "create_file(%s, %ju) too large\n", filename.c_str(), size);