File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1111
1212#include  < catch2/catch_test_macros.hpp> 
1313#include  < catch2/generators/catch_generators_range.hpp> 
14+ #include  < catch2/matchers/catch_matchers_string.hpp> 
1415#include  < catch2/matchers/catch_matchers_floating_point.hpp> 
1516
1617#include  " tests/utils/qvector.hpp" 
2930#include  < algorithm> 
3031#include  < type_traits> 
3132
33+ using  Catch::Matchers::ContainsSubstring;
3234using  std::vector;
33- using  namespace  Catch ::Matchers; 
3435
3536
3637
Original file line number Diff line number Diff line change 1010#include  " quest/include/quest.h" 
1111
1212#include  < catch2/catch_test_macros.hpp> 
13+ #include  < catch2/matchers/catch_matchers_string.hpp> 
1314#include  < catch2/generators/catch_generators_range.hpp> 
1415
1516#include  " tests/utils/qvector.hpp" 
2627#include  < vector> 
2728#include  < algorithm> 
2829
30+ using  Catch::Matchers::ContainsSubstring;
2931using  std::vector;
3032
3133
Original file line number Diff line number Diff line change 1010#include  " quest/include/quest.h" 
1111
1212#include  < catch2/catch_test_macros.hpp> 
13+ #include  < catch2/matchers/catch_matchers_string.hpp> 
1314#include  < catch2/generators/catch_generators_range.hpp> 
1415
1516#include  " tests/utils/qvector.hpp" 
2425#include  " tests/utils/measure.hpp" 
2526#include  " tests/utils/random.hpp" 
2627
28+ using  Catch::Matchers::ContainsSubstring;
29+ 
2730
2831
2932/* 
Original file line number Diff line number Diff line change 1010#include  " quest/include/quest.h" 
1111
1212#include  < catch2/catch_test_macros.hpp> 
13+ #include  < catch2/matchers/catch_matchers_string.hpp> 
1314
1415#include  " tests/utils/qvector.hpp" 
1516#include  " tests/utils/qmatrix.hpp" 
2122#include  " tests/utils/macros.hpp" 
2223#include  " tests/utils/random.hpp" 
2324
25+ using  Catch::Matchers::ContainsSubstring;
26+ 
2427
2528
2629/* 
@@ -98,4 +101,4 @@ void reportStr(std::string str);
98101void  reportScalar (const  char * label, qcomp num);
99102void  reportScalar (const  char * label, qreal num);
100103void  reportScalar (std::string label, qcomp num);
101- void  reportScalar (std::string label, qreal num);
104+ void  reportScalar (std::string label, qreal num);
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments