[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
This commit is contained in:
parent
17a7ba0403
commit
4e61e0bb76
1 changed files with 1 additions and 0 deletions
|
|
@ -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) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue