commit | 2cd11fefb62c580651e4269e1488381c2d6d07ad | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Oct 12 02:09:17 2010 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Oct 12 02:09:17 2010 +0000 |
tree | c89350fc393ba9ee8416ce10238cdaff36f43805 | |
parent | c44fe4bf2962bfcb323e93a63ba4a72d67839cde [diff] [blame] |
Progress. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116287 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaCXX/alignof-sizeof-reference.cpp b/test/SemaCXX/alignof-sizeof-reference.cpp index 945129c..761edfc 100644 --- a/test/SemaCXX/alignof-sizeof-reference.cpp +++ b/test/SemaCXX/alignof-sizeof-reference.cpp
@@ -11,5 +11,5 @@ void f(); void f(int); void g() { - sizeof(&f); // expected-error{{cannot determine the type of an overloaded function}} + sizeof(&f); // expected-error{{cannot resolve overloaded function from context}} }