diff options
Diffstat (limited to 'test/FrontendC/2007-09-05-ConstCtor.c')
-rw-r--r-- | test/FrontendC/2007-09-05-ConstCtor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-09-05-ConstCtor.c b/test/FrontendC/2007-09-05-ConstCtor.c index 0b06cc8dc4..6d9fbd5c14 100644 --- a/test/FrontendC/2007-09-05-ConstCtor.c +++ b/test/FrontendC/2007-09-05-ConstCtor.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc -xc -Os -c %s -o /dev/null // PR1641 // XFAIL: * -// See PR2425 +// See PR2452 struct A { unsigned long l; |