summaryrefslogtreecommitdiff
path: root/Examples/d
diff options
context:
space:
mode:
authorDavid Nadlinger <code@klickverbot.at>2012-01-23 21:59:34 +0000
committerDavid Nadlinger <code@klickverbot.at>2012-01-23 21:59:34 +0000
commit4e61e0bb769a4f730f6aa77527983c9818c146b6 (patch)
tree998ab237f2c0c151c779d448583fd8010351d5bb /Examples/d
parent17a7ba0403d014fbe9f27d5cfe813a61c7a80e7a (diff)
downloadswig-4e61e0bb769a4f730f6aa77527983c9818c146b6.tar.gz
[D] Fixed possible output ordering issue in test case.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12901 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/d')
-rw-r--r--Examples/d/variables/d2/runme.d1
1 files changed, 1 insertions, 0 deletions
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) );
}