test: system(): Avoid indeterminism.

This commit is contained in:
Justin M. Keyes
2016-10-22 20:40:06 +02:00
parent 8b8db9e158
commit 459a6ff058
3 changed files with 29 additions and 20 deletions

View File

@@ -49,8 +49,8 @@ ArrayOf(Integer, 2) nvim_win_get_cursor(Window window, Error *err)
/// Sets the cursor position in the window
///
/// @param window Window handle
/// @param pos (row, col) tuple representing the new position
/// @param window Window handle
/// @param pos (row, col) tuple representing the new position
/// @param[out] err Error details, if any
void nvim_win_set_cursor(Window window, ArrayOf(Integer, 2) pos, Error *err)
{