Browse Source

Fix to test Hello.cs.

pull/4/head
Tom Spilman 12 years ago
parent
commit
46a245fd50
  1. 4
      tests/Hello/Hello.cs

4
tests/Hello/Hello.cs

@ -20,8 +20,8 @@ namespace CppSharp.Tests
{ {
public static void Main(string[] args) public static void Main(string[] args)
{ {
Driver.Run(new Hello(LanguageGeneratorKind.CPlusPlusCLI)); ConsoleDriver.Run(new Hello(LanguageGeneratorKind.CPlusPlusCLI));
Driver.Run(new Hello(LanguageGeneratorKind.CSharp)); ConsoleDriver.Run(new Hello(LanguageGeneratorKind.CSharp));
} }
} }
} }

Loading…
Cancel
Save