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.show-weights.lex-reorder.oldformat/filter-stderr.pl')
-rwxr-xr-xtests/phrase.show-weights.lex-reorder.oldformat/filter-stderr.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/phrase.show-weights.lex-reorder.oldformat/filter-stderr.pl b/tests/phrase.show-weights.lex-reorder.oldformat/filter-stderr.pl
new file mode 100755
index 0000000..9580c19
--- /dev/null
+++ b/tests/phrase.show-weights.lex-reorder.oldformat/filter-stderr.pl
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, "$script_dir/../perllib"; }
+use RegTestUtils;
+
+$x=0;
+while (<>) {
+ chomp;
+}