Branch: Tag:

2016-08-21

2016-08-21 12:25:45 by Martin Nilsson <nilsson@fastmail.com>

call_function tests updated

10534:   // - `!=   // - `%   // - `& +    // - `() -  + test_eq(1,`()(a)) + test_eq(1,`()(lambda(int a){ return a; },1)) + test_eq(1,`()(intp,1)) +    // - `*      // - `+
10672:   test_eq(basetype(typeof(0)),"type")      // - call_function - test_eq(1,call_function(a)) - test_eq(1,call_function(lambda(int a){ return a; },1)) - test_eq(1,call_function(intp,1)) + test_eq(1,#pragma no_deprecation_warnings + call_function(a)) + test_eq(1,#pragma no_deprecation_warnings + call_function(lambda(int a){ return a; },1)) + test_eq(1,#pragma no_deprecation_warnings + call_function(intp,1))      // - call_out   // - call_out_info