memconst.C: Use old-deja, not dg, error markers.
* g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error markers. From-SVN: r59997
This commit is contained in:
parent
801bb04d14
commit
4fe1edca4d
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-12-10 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
|
||||
markers.
|
||||
|
||||
2002-12-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
|
||||
|
|
|
@ -12,7 +12,7 @@ public:
|
|||
|
||||
class foo {
|
||||
private:
|
||||
static const unsigned char * const dummy_key = (unsigned char*)"ThisIs a dummy!"; // { dg-error "in-class" }
|
||||
static const unsigned char * const dummy_key = (unsigned char*)"ThisIs a dummy!"; // ERROR -
|
||||
|
||||
public:
|
||||
void bar ();
|
||||
|
@ -21,5 +21,5 @@ public:
|
|||
void
|
||||
foo::bar ()
|
||||
{
|
||||
qwerty QWERTY ((unsigned short*)dummy_key);
|
||||
qwerty QWERTY ((unsigned short*)dummy_key); // ERROR -
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue