aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs b/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs
index eddcf6e4..49f68de5 100644
--- a/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs
+++ b/src/test/Example.Extension/ExamplePreprocessorExtensionAndCommandLine.cs
@@ -34,7 +34,7 @@ namespace Example.Extension
34 return false; 34 return false;
35 } 35 }
36 36
37 public bool TryParseCommand(ICommandLineParser parser, out ICommandLineCommand command) 37 public bool TryParseCommand(ICommandLineParser parser, string argument, out ICommandLineCommand command)
38 { 38 {
39 command = null; 39 command = null;
40 return false; 40 return false;
@@ -54,4 +54,4 @@ namespace Example.Extension
54 return null; 54 return null;
55 } 55 }
56 } 56 }
57} \ No newline at end of file 57}