From db3353f6c9f3ffd291ce9e314e996071252c4285 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 12 Sep 2012 10:45:46 +0000 Subject: [PATCH] clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due to __SIZE_TYPE__. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163700 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/dcl_ambig_res.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/SemaCXX/dcl_ambig_res.cpp b/test/SemaCXX/dcl_ambig_res.cpp index 08867c0ea2..97780e41f0 100644 --- a/test/SemaCXX/dcl_ambig_res.cpp +++ b/test/SemaCXX/dcl_ambig_res.cpp @@ -1,5 +1,8 @@ // RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s +// PR13819 +// REQUIRES: LP64 + // [dcl.ambig.res]p1: struct S { S(int); -- 2.50.1