From a0e3c2664cd437e51840093fe4566aa7df48b939 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Fri, 1 Dec 2017 20:44:08 -0800 Subject: [PATCH] Typo --- src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb b/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb index d090ad38ad3..bd6ffbe2684 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb +++ b/src/Compilers/VisualBasic/Test/CommandLine/CommandLineTests.vb @@ -107,7 +107,7 @@ End Module Assert.Equal("", output.ToString().Trim()) End Sub - + Public Sub CreateCompilationWithKeyFile() Dim source = " Public Class C -- GitLab