diff options
Diffstat (limited to 'src/Ryujinx.Tests/HLE/SoftwareKeyboardTests.cs')
-rw-r--r-- | src/Ryujinx.Tests/HLE/SoftwareKeyboardTests.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Ryujinx.Tests/HLE/SoftwareKeyboardTests.cs b/src/Ryujinx.Tests/HLE/SoftwareKeyboardTests.cs index d16039ad..b5bcc213 100644 --- a/src/Ryujinx.Tests/HLE/SoftwareKeyboardTests.cs +++ b/src/Ryujinx.Tests/HLE/SoftwareKeyboardTests.cs @@ -21,8 +21,7 @@ namespace Ryujinx.Tests.HLE [Test] public void StripUnicodeControlCodes_Passthrough() { - string[] prompts = new string[] - { + string[] prompts = { "Please name him.", "Name her, too.", "Name your friend.", |