(key string, val int)
| 35 | ) |
| 36 | |
| 37 | func makeInt64Field(key string, val int) Field { |
| 38 | return Field{Type: Int64Type, Integer: int64(val), Key: key} |
| 39 | } |
| 40 | |
| 41 | func TestNopCore(t *testing.T) { |
| 42 | entry := Entry{ |
no outgoing calls
no test coverage detected