diff --git a/Examples/d/variables/d2/runme.d b/Examples/d/variables/d2/runme.d index f80b81819..6e18d2d64 100644 --- a/Examples/d/variables/d2/runme.d +++ b/Examples/d/variables/d2/runme.d @@ -66,6 +66,7 @@ void main() { example.pt = example.ptptr; write( "The new value is " ); + stdout.flush(); example.pt_print(); writefln( "You should see the value %s", example.Point_print(example.ptptr) ); }