From: Alp Toker Date: Wed, 28 May 2014 12:20:23 +0000 (+0000) Subject: Test requires exceptions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c537653eda4242605d6ebea00675f8dcea179ab4;p=clang Test requires exceptions It's still XFAIL, but slightly closer to passing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209729 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp b/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp index 253d15e901..7df0f536cf 100644 --- a/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp +++ b/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s // XFAIL: * class C {