diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-07-13 22:30:39 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-07-13 22:30:39 +0000 |
commit | 422cfd6667f37c4563cc740c6e57cfe87ecab029 (patch) | |
tree | b0fc05fd0f52acbb366e66ebfb393d31d1a3174d | |
parent | ade129f2a0e9d3eea10aa2bd783b47e519ef9f3e (diff) | |
download | ATCD-422cfd6667f37c4563cc740c6e57cfe87ecab029.tar.gz |
ChangeLogTag: Sat Jul 13 17:29:35 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 5 | ||||
-rwxr-xr-x | bin/fuzz.pl | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7b1ae980a56..f21f7c48f78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 13 17:29:35 2002 Balachandran Natarajan <bala@cs.wustl.edu> + + * bin/fuzz.pl: Removed the word "warning" from a print statement, + since our scoreboard scripts seems to catch that as a warning. + Sat Jul 13 13:31:54 2002 Balachandran Natarajan <bala@cs.wustl.edu> * bin/auto_run_tests.lst: Added the Stack_Recursion test to the diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 7b1ae980a56..f21f7c48f78 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,8 @@ +Sat Jul 13 17:29:35 2002 Balachandran Natarajan <bala@cs.wustl.edu> + + * bin/fuzz.pl: Removed the word "warning" from a print statement, + since our scoreboard scripts seems to catch that as a warning. + Sat Jul 13 13:31:54 2002 Balachandran Natarajan <bala@cs.wustl.edu> * bin/auto_run_tests.lst: Added the Stack_Recursion test to the diff --git a/bin/fuzz.pl b/bin/fuzz.pl index d93c39c2ccf..c2fefb0fd15 100755 --- a/bin/fuzz.pl +++ b/bin/fuzz.pl @@ -423,7 +423,7 @@ sub check_for_pre_and_post () # "#pragma warning(pop)" pragmas are used in a given header. sub check_for_push_and_pop () { - print "Running #pragma warning(push)/(pop) test\n"; + print "Running #pragma (push)/(pop) test\n"; foreach $file (@files_h) { my $push_count = 0; my $pop_count = 0; |