MCPcopy Create free account
hub / github.com/brimdata/super / TestBadFunction

Function TestBadFunction

runtime/sam/expr/functions_test.go:9–11  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestBadFunction(t *testing.T) {
10 testCompilationError(t, "notafunction()", function.ErrNoSuchFunction)
11}
12
13func TestAbs(t *testing.T) {
14 const record = "{u:50::uint64}"

Callers

nothing calls this directly

Calls 1

testCompilationErrorFunction · 0.85

Tested by

no test coverage detected