Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_var_type_evolution_null2.nit
index b1088a9..6f135f9 100644 (file)
@@ -34,7 +34,7 @@ if a == null then
        eat_na(a)
        #alt1#eat_a(a)
        '\n'.output
-       abort#!alt2#
+       abort#alt2#
 end
 eat_na(a)
 eat_a(a)