X-Git-Url: http://nitlanguage.org diff --git a/tests/bench_send.nit b/tests/bench_send.nit index 2a7fa1b..dcf2d9b 100644 --- a/tests/bench_send.nit +++ b/tests/bench_send.nit @@ -52,7 +52,7 @@ class A end class B -special A + super A redef fun val: Int do return 1 @@ -64,7 +64,7 @@ special A end class C -special A + super A redef fun val: Int do return 2 @@ -76,7 +76,7 @@ special A end class D -special A + super A redef fun val: Int do return 3