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:
authorniruc <niruc@NIRUC-M6600.redmond.corp.microsoft.com>2013-04-05 22:20:45 +0400
committerniruc <niruc@NIRUC-M6600.redmond.corp.microsoft.com>2013-04-05 22:20:45 +0400
commit29a02cc36e25579f1e37366a3aef95809113ec9d (patch)
tree8a2587a3f4971adb06a84a77a8ec631d0df4b90c /cs_test
parent571f1f36679811b1c170a76fb0487a5c6dba177d (diff)
cleanup of the vw.exe project files
Diffstat (limited to 'cs_test')
-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);