Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Feedback
  • Loading branch information
tarekgh committed Jun 30, 2021
commit 0d9ccc34fee4bd6b4c9f20812799409d7511774c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace System.Globalization.Tests
{
public class InvariantModeTests
{
private static bool PredefinedCulturesOnlyIsDisabled => !PredefinedCulturesOnly();
private static bool PredefinedCulturesOnlyIsDisabled { get; } = !PredefinedCulturesOnly();
private static bool PredefinedCulturesOnly()
{
bool ret;
Expand Down