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

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