diff options
author | Mike Stump <mrs@apple.com> | 2009-07-21 18:59:16 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-21 18:59:16 +0000 |
commit | 006105d5a8c6565018e4e2a25860d4a7f4c7f4a6 (patch) | |
tree | 6df9f9b66b627f644b7cd52d41edc3a0e581b65c | |
parent | 3a3c624dab31398373e80411fcf6d1d85c262010 (diff) |
Prep for new warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76621 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/misc-ps.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/misc-ps.m b/test/Analysis/misc-ps.m index 4f97464830..1eef2ba968 100644 --- a/test/Analysis/misc-ps.m +++ b/test/Analysis/misc-ps.m @@ -146,7 +146,7 @@ void pr3422() { } // PR 3543 (handle empty statement expressions) -int pr_3543(void) { +void pr_3543(void) { ({}); } |