]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/initexp.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / initexp.go
index f279a7c5289cc6e020a7297b7e51f5ae5e14c92c..b4d4701aab7707ca56dbc9daf78eda76ce3d7044 100644 (file)
@@ -12,7 +12,7 @@ package p
 // and runs in a fraction of a second without it.
 // 10 seconds (-t 10 above) should be plenty if the code is working.
 
-var x = f() + z() // ERROR "initialization loop"
+var x = f() + z() // ERROR "initialization cycle"
 
 func f() int { return a1() + a2() + a3() + a4() + a5() + a6() + a7() }
 func z() int { return x }