fix project, correct formatting issue
This commit is contained in:
parent
6b03f23916
commit
f8c371d0a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
.idea/
|
.idea/
|
||||||
build/
|
build/
|
||||||
pymodule/
|
|
||||||
vendor/
|
vendor/
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
*.iml
|
*.iml
|
@ -11,7 +11,7 @@ func TestAbs(t *testing.T) {
|
|||||||
// TestAbs comment
|
// TestAbs comment
|
||||||
got := math.Abs(-1)
|
got := math.Abs(-1)
|
||||||
if got != 1 {
|
if got != 1 {
|
||||||
t.Errorf("Abs(-1) = %d; want 1", got)
|
t.Errorf("Abs(-1) = %f; want 1", got)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user