Index: Migration/Console/test/Migration.Console.Test/ConsoleBaseTest.cs =================================================================== diff -u -r537365058e32a819778930017608a6b874c89f02 -r64104dbd1703c0a2eadefd2a7833291eaad7d2d5 --- Migration/Console/test/Migration.Console.Test/ConsoleBaseTest.cs (.../ConsoleBaseTest.cs) (revision 537365058e32a819778930017608a6b874c89f02) +++ Migration/Console/test/Migration.Console.Test/ConsoleBaseTest.cs (.../ConsoleBaseTest.cs) (revision 64104dbd1703c0a2eadefd2a7833291eaad7d2d5) @@ -128,7 +128,7 @@ { // Setup const string command = "invalid command"; - var commandArgs = new[] + string[] commandArgs = { command }; @@ -152,7 +152,7 @@ // Setup const string command = "invalid command"; const string exceptionMessage = "I was told to be thrown."; - var commandArgs = new[] + string[] commandArgs = { command }; @@ -184,7 +184,7 @@ const string exceptionMessage = "I was told to be thrown."; const string innerExceptionMessage = "inner exception."; - var commandArgs = new[] + string[] commandArgs = { command };