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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'regression-testing/tests/basic-surface-binptable/filter-stdout')
-rwxr-xr-xregression-testing/tests/basic-surface-binptable/filter-stdout7
1 files changed, 0 insertions, 7 deletions
diff --git a/regression-testing/tests/basic-surface-binptable/filter-stdout b/regression-testing/tests/basic-surface-binptable/filter-stdout
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/basic-surface-binptable/filter-stdout
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}