diff options
Diffstat (limited to 'src/test/Example.Extension/ExampleCompilerExtension.cs')
-rw-r--r-- | src/test/Example.Extension/ExampleCompilerExtension.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Example.Extension/ExampleCompilerExtension.cs b/src/test/Example.Extension/ExampleCompilerExtension.cs index cd9e1fb9..5efb428f 100644 --- a/src/test/Example.Extension/ExampleCompilerExtension.cs +++ b/src/test/Example.Extension/ExampleCompilerExtension.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | 2 | ||
3 | namespace Example.Extension | 3 | namespace Example.Extension |
4 | { | 4 | { |
@@ -73,7 +73,7 @@ namespace Example.Extension | |||
73 | 73 | ||
74 | if (!this.Messaging.EncounteredError) | 74 | if (!this.Messaging.EncounteredError) |
75 | { | 75 | { |
76 | var tuple = this.ParseHelper.CreateRow(section, sourceLineNumbers, "Example", id); | 76 | var tuple = this.ParseHelper.CreateTuple(section, sourceLineNumbers, "Example", id); |
77 | tuple.Set(1, value); | 77 | tuple.Set(1, value); |
78 | } | 78 | } |
79 | } | 79 | } |