diff options
Diffstat (limited to 'internal/rpn/operations_fastpower_test.go')
| -rw-r--r-- | internal/rpn/operations_fastpower_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rpn/operations_fastpower_test.go b/internal/rpn/operations_fastpower_test.go index 06a79e0..cdd4c04 100644 --- a/internal/rpn/operations_fastpower_test.go +++ b/internal/rpn/operations_fastpower_test.go @@ -70,7 +70,7 @@ func TestFastPower(t *testing.T) { stack := NewStack() tt.prepare(stack) - o := NewOperations(NewVariables()) + o := NewOperations(NewVariables(), nil) err := o.FastPower(stack) if tt.wantErr { |
