File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 
libcxx/test/std/depr/depr.numeric.imits.has.denorm Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ void func() {
9191  std::numeric_limits<const  volatile  double >::has_denorm_loss; //  expected-warning {{'has_denorm_loss' is deprecated}}
9292  std::numeric_limits<const  volatile  double >::denorm_min ();
9393
94-   std::numeric_limits<const  volatile  long  double >::has_denorm;      //  expected-warning {{'has_denorm' is deprecated}}
95-   std::numeric_limits<const  volatile  long  double >::has_denorm_loss; //  expected-warning {{'has_denorm_loss' is deprecated}}
94+   std::numeric_limits<const  volatile  long  double >::has_denorm; //  expected-warning {{'has_denorm' is deprecated}}
95+   std::numeric_limits<
96+       const  volatile  long  double >::has_denorm_loss; //  expected-warning {{'has_denorm_loss' is deprecated}}
9697  std::numeric_limits<const  volatile  long  double >::denorm_min ();
9798
9899  std::denorm_indeterminate; //  expected-warning {{'denorm_indeterminate' is deprecated}}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments