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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-05-10 07:47:14 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-05-10 07:47:14 +0400
commite1c01373813687b85587a826dc4d2060ff410554 (patch)
tree2d6790cec9383a2504f50040ae68534f35522b0b /mcs/errors/do-tests.pl
parent9798870e155208976a9e15b925e1bcd4707be125 (diff)
Add back lost 'chomp'.
svn path=/trunk/mcs/; revision=27013
Diffstat (limited to 'mcs/errors/do-tests.pl')
-rwxr-xr-xmcs/errors/do-tests.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/errors/do-tests.pl b/mcs/errors/do-tests.pl
index 47959aebd4e..0a13e8889f2 100755
--- a/mcs/errors/do-tests.pl
+++ b/mcs/errors/do-tests.pl
@@ -70,6 +70,7 @@ foreach (glob ($files)) {
print "$_";
my ($error_number) = (/[a-z]*(\d+)(-\d+)?\.cs/);
my $options = `sed -n 's,^// Compiler options:,,p' $_`;
+ chomp $options;
print "...";
system "$compile $options $_ --expect-error $error_number > /dev/null";