Skip to content

Commit 990aba1

Browse files
committed
Hello world test fix.
1 parent e0e2b22 commit 990aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/Platform.RegularExpressions.Transformer.CSharpToCpp.Tests/CSharpToCppTransformerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void Main(string[] args)
2626
}";
2727
const string expectedResult = @"class Program
2828
{
29-
public: static void Main(const char* args[])
29+
public: static void Main(std::string args[])
3030
{
3131
printf(""Hello, world!\n"");
3232
}

0 commit comments

Comments
 (0)