From: Neil Booth Date: Mon, 29 Jan 2001 18:58:38 +0000 (+0000) Subject: * gcc.dg/cpp/avoidpaste1.c: Fix typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24274aab397e418cd19f81a793944b96e5de75c7;p=gcc.git * gcc.dg/cpp/avoidpaste1.c: Fix typos. From-SVN: r39333 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 74015cffbfc..abf39f95de6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-01-29 Neil Booth + + * gcc.dg/cpp/avoidpaste1.c: Fix typos. + 2001-01-29 Jakub Jelinek * gcc.c-torture/execute/20010129-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c b/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c index 54233e8a523..918b825cd8d 100644 --- a/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c +++ b/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. */ +/* Copyright (C) 2001 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ @@ -16,7 +16,7 @@ :: : : : : :^: : : : .. . 0 -It relies on the fact that even preprocessing C we bother to separate +It relies on the fact that even when preprocessing C we bother to separate the colons of C++'s :: operator. If we confine this behaviour to C++ in future, this test needs to change. */