tests: update test_c and test_nitunit4 to get reproducible outputs
[nit.git] / tests / sav / hello.res
1 digraph "G" {
2 "hello" ;
3 "world" ;
4 "hello" -> "world" ;
5 }