diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-16 09:38:23 +0000 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-16 09:38:23 +0000 |
commit | d38a89287dc1a354bcd00ce88a2a65f037ff38ff (patch) | |
tree | 7b2f1bccb645e4ff816f973e481ad907bb1d1d18 /test/FrontendC/2006-09-18-fwrite-cast-crash.c | |
parent | ad205a76871b5112a4bf70edca0df9d03b92de49 (diff) |
Fix PR numbers, I accidentally switched two digits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52311 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2006-09-18-fwrite-cast-crash.c')
-rw-r--r-- | test/FrontendC/2006-09-18-fwrite-cast-crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2006-09-18-fwrite-cast-crash.c b/test/FrontendC/2006-09-18-fwrite-cast-crash.c index fa64999fbd..a693c5666f 100644 --- a/test/FrontendC/2006-09-18-fwrite-cast-crash.c +++ b/test/FrontendC/2006-09-18-fwrite-cast-crash.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc %s -S -o /dev/null // PR910 // XFAIL: * -// See PR2425 +// See PR2452 struct l_struct_2E_FILE { char x; }; unsigned fwrite(signed char *, unsigned , unsigned , signed char *); |