tests: replace #!alt by #alt
[nit.git] / tests / base_closure3.nit
index 3910bae..05ecc2a 100644 (file)
@@ -31,7 +31,7 @@ fun maybe: Bool do return true
 
 var a = new A
 0.output
-a.foo(1,8) !bar x, y, b do #!alt2#
+a.foo(1,8) !bar x, y, b do #alt2#
 #alt2#a.foo(1,8) !bar x, y do
        x.output
        b.foo(x+1, y-1) !bar z, t, c do