Skip to content

Commit

Permalink
[D] Fixed possible output ordering issue in test case.
Browse files Browse the repository at this point in the history
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12901 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
dnadlinger committed Jan 23, 2012
1 parent 17a7ba0 commit 4e61e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/d/variables/d2/runme.d
Original file line number Diff line number Diff line change
Expand Up @@ -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) );
}

0 comments on commit 4e61e0b

Please sign in to comment.