tests/sav: Update tests results
[nit.git] / tests / sav / test_deriving_alt4.res
index 16cf4a0..490666d 100644 (file)
@@ -1,4 +1,4 @@
-<A i: <Int> s: <FlatString>>
+<A i: <Int> s: <ASCIIFlatString>>
 i=5 s=Hello
 i:5; s:Hello
 
@@ -6,7 +6,7 @@ true
 true
 true
 
-<B a: <A i: <Int> s: <FlatString>>>
+<B a: <A i: <Int> s: <ASCIIFlatString>>>
 string=World a=i:5; s:Hello
 string:World; a:i:5; s:Hello