r209729 - Test requires exceptions
    Alp Toker 
    alp at nuanti.com
       
    Wed May 28 05:20:24 PDT 2014
    
    
  
Author: alp
Date: Wed May 28 07:20:23 2014
New Revision: 209729
URL: http://llvm.org/viewvc/llvm-project?rev=209729&view=rev
Log:
Test requires exceptions
It's still XFAIL, but slightly closer to passing.
Modified:
    cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp
Modified: cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp?rev=209729&r1=209728&r2=209729&view=diff
==============================================================================
--- cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp (original)
+++ cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp Wed May 28 07:20:23 2014
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fsyntax-only -verify %s
 // XFAIL: *
 
 class C {
    
    
More information about the cfe-commits
mailing list