tests/sav: Update tests results
[nit.git] / tests / sav / hello.res
1 digraph "G" {
2 "hello" ;
3 "world" ;
4 "hello" -> "world" ;
5 }