Skip to content

Commit

Permalink
plot: fix axis test build
Browse files Browse the repository at this point in the history
Commit e7f526d disabled a few tests.
But they were the only ones that needed "math".

Remove (temporarily) the import of "math".
  • Loading branch information
sbinet committed Oct 2, 2017
1 parent e7f526d commit 50336e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion axis_test.go
Expand Up @@ -5,7 +5,6 @@
package plot

import (
"math"
"reflect"
"testing"
)
Expand Down

0 comments on commit 50336e2

Please sign in to comment.