diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:08 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:08 +0000 |
| commit | bab175ec4b075c8076ba14c762900392533f6ee4 (patch) | |
| tree | 01f4f29419a2cb10abe13c1e63cd2a66068b0137 /test/Analysis/inline.cpp | |
| parent | 8b7a8012d223fac5d17d16a66bb39168a9a1dfc0 (diff) | |
Notes
Diffstat (limited to 'test/Analysis/inline.cpp')
| -rw-r--r-- | test/Analysis/inline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/inline.cpp b/test/Analysis/inline.cpp index b7962b53a89b2..9fc4f81c05b62 100644 --- a/test/Analysis/inline.cpp +++ b/test/Analysis/inline.cpp @@ -441,6 +441,6 @@ namespace rdar12409977 { namespace bug16307 { void one_argument(int a) { } void call_with_less() { - reinterpret_cast<void (*)()>(one_argument)(); // expected-warning{{Function taking 1 argument}} + reinterpret_cast<void (*)()>(one_argument)(); // expected-warning{{Function taking 1 argument is called with fewer (0)}} } } |
