]> granicus.if.org Git - clang/commitdiff
Fix test.
authorAnders Carlsson <andersca@mac.com>
Sun, 13 Dec 2009 18:30:34 +0000 (18:30 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 13 Dec 2009 18:30:34 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91245 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/p1.cpp

index dac994393a61e9f3aa93331df0aa6fcebc94185f..c752cec634a2965b1e61d86e287dc7e2d7ad8f69 100644 (file)
@@ -20,7 +20,7 @@ struct C {
 };
 
 struct D {
-  void *operator new(bool); // expected-error {{'operator new' takes type size_t ('unsigned long') as first parameter}}
+  void *operator new(bool); // expected-error {{'operator new' takes type size_t}}
 };
 
 struct E {