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:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-06-20 01:40:18 +0300
committerStephen Toub <stoub@microsoft.com>2017-06-20 01:40:18 +0300
commitf018b1436643123f7d58815af8f09ccb209bd888 (patch)
tree97c0636fb6217685954be6a53f9a0347cbd390a0 /src/System.Private.Xml/tests/Xslt
parente1fe61f02ecc4afa0af70cac9bf77702a867dbe6 (diff)
Fix small nit that wasn't addressed before PR was merged (#21234)
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslTransformApi/XSLTransform.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XslTransformApi/XSLTransform.cs b/src/System.Private.Xml/tests/Xslt/XslTransformApi/XSLTransform.cs
index 0d525ffa93..37f873d0bd 100644
--- a/src/System.Private.Xml/tests/Xslt/XslTransformApi/XSLTransform.cs
+++ b/src/System.Private.Xml/tests/Xslt/XslTransformApi/XSLTransform.cs
@@ -66,7 +66,7 @@ namespace System.Xml.Tests
private bool _fTrace; // Should we write out the results of the transform?
// Other global variables
- protected string _strOutFile = null; // File to create when using write transforms
+ protected string _strOutFile; // File to create when using write transforms
#pragma warning disable 0618
protected XslTransform xslt; // Main XslTransform instance