~eda-qa/leaflang/misc

« back to all changes in this revision

Viewing changes to src/test/type_converter_fixate.cpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-05-13 04:00:12 UTC
  • mfrom: (96.1.42 sortfile)
  • Revision ID: eda-qa@disemia.com-20170513040012-ieshuqv2vkjt0xc3
merging sortfile

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                }
20
20
 
21
21
                ex.check( result.okay(), result.explain_error() );
22
 
                ex.check_actual( dump::get_type_ref( result.result, 0 ), expect );
 
22
                ex.check_actual( dump::get( result.result, 0 ), expect );
23
23
        }
24
24
        
25
25
        void operator()( char const * orig, cerr expect )