Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsepidehMS <sekho@microsoft.com>2017-02-07 00:28:24 +0300
committersepidehMS <sekho@microsoft.com>2017-02-08 02:46:26 +0300
commit493cb79ff4976479be5cc7c6f1fe2d5d9b710425 (patch)
treeca95a1b72112f67cf8784c3f2bfa4eb5eeec630c /src/Microsoft.Win32.Primitives
parentec6a6de7d69a3000866e177a5bcb7354ea96d05e (diff)
Add comments to PlatformSpecific tests
Diffstat (limited to 'src/Microsoft.Win32.Primitives')
-rw-r--r--src/Microsoft.Win32.Primitives/tests/Win32Exception.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Microsoft.Win32.Primitives/tests/Win32Exception.cs b/src/Microsoft.Win32.Primitives/tests/Win32Exception.cs
index 439979f7b4..d42dd7d9b2 100644
--- a/src/Microsoft.Win32.Primitives/tests/Win32Exception.cs
+++ b/src/Microsoft.Win32.Primitives/tests/Win32Exception.cs
@@ -77,7 +77,7 @@ namespace System.ComponentModel.Tests
private const int E_FAIL = unchecked((int)0x80004005);
[Fact]
- [PlatformSpecific(TestPlatforms.Windows)]
+ [PlatformSpecific(TestPlatforms.Windows)] // Uses P/Invokes to check whether the exception resource length >256 chars
public static void InstantiateExceptionWithLongErrorString()
{
// This test checks that Win32Exception supports error strings greater than 256 characters.