Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cs_test/Program.cs')
-rw-r--r--cs_test/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs_test/Program.cs b/cs_test/Program.cs
index ababf145..bda1895a 100644
--- a/cs_test/Program.cs
+++ b/cs_test/Program.cs
@@ -81,7 +81,7 @@ namespace cs_test
private static void RunParserTest()
{
- IntPtr vw = VowpalWabbitInterface.Initialize("-q st -d 0002.dat -f out2");
+ IntPtr vw = VowpalWabbitInterface.Initialize("-q st -d 0002.dat -f out");
VowpalWabbitInterface.StartParser(vw, false);