Browse Source

Fix test

content-update
4 years ago committed by xpetit
parent
commit
55b6cf84e8
  1. 3
      go/tests/printprogramname_test/main.go

3
go/tests/printprogramname_test/main.go

@ -7,7 +7,7 @@ import (
"lib"
)
var name = "student"
var name = "printprogramname"
func test(newName string) {
if err := os.Rename(name, newName); err != nil {
@ -24,7 +24,6 @@ func test(newName string) {
}
func main() {
test("student")
test("choumi")
test("🤦🏻")
test("€")

Loading…
Cancel
Save