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 /bin/fuzz.pl | |
parent | ade129f2a0e9d3eea10aa2bd783b47e519ef9f3e (diff) | |
download | ATCD-422cfd6667f37c4563cc740c6e57cfe87ecab029.tar.gz |
ChangeLogTag: Sat Jul 13 17:29:35 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'bin/fuzz.pl')
-rwxr-xr-x | bin/fuzz.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |