From: David Blaikie Date: Wed, 10 Dec 2014 19:19:24 +0000 (+0000) Subject: Make test case 32/64 bit neutral X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9553df947e559cda9342a83dcf02d437c6ddd3e1;p=clang Make test case 32/64 bit neutral git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223938 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-line.cpp b/test/CodeGenCXX/debug-info-line.cpp index 0ec977e591..f855c47cad 100644 --- a/test/CodeGenCXX/debug-info-line.cpp +++ b/test/CodeGenCXX/debug-info-line.cpp @@ -99,7 +99,7 @@ void f9(int i) { src1)[src2()]; } -void *operator new(unsigned long, void *); +void *operator new(decltype(sizeof(1)), void *); // CHECK-LABEL: define void f10() {