* gcc.dg/cpp/charconst-3.c: Run, don't compile.

From-SVN: r53209
This commit is contained in:
Neil Booth 2002-05-06 08:34:57 +00:00 committed by Neil Booth
parent aab0ae9150
commit adc502b4c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/charconst-3.c: Run, don't compile.
2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/charconst-3.c: New test.

View File

@ -1,6 +1,6 @@
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-do run } */
/* { dg-options -Wno-multichar } */
/* This tests values and signedness of multichar charconsts.