(t *testing.T)
| 7 | ) |
| 8 | |
| 9 | func TestBadFunction(t *testing.T) { |
| 10 | testCompilationError(t, "notafunction()", function.ErrNoSuchFunction) |
| 11 | } |
| 12 | |
| 13 | func TestAbs(t *testing.T) { |
| 14 | const record = "{u:50::uint64}" |
nothing calls this directly
no test coverage detected