(expected)
| 150 | |
| 151 | |
| 152 | function checkReturn(expected) { |
| 153 | return function(r, a, b) { assertEquals(expected, r); } |
| 154 | } |
| 155 | |
| 156 | // Check that returning weird values doesn't crash |
| 157 | testCallImport(returnValue(undefined), checkReturn(0)); |
no test coverage detected
searching dependent graphs…