glfw: correct clipboard test
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4850648a2e
commit
f911a0a22f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,5 +58,5 @@ test "getClipboardString" {
|
|||
try glfw.init();
|
||||
defer glfw.terminate();
|
||||
|
||||
_ = glfw.getClipboardString() catch |err| std.debug.print("can't get clipboard, not supported by OS? error={}\n", .{err});;
|
||||
_ = glfw.getClipboardString() catch |err| std.debug.print("can't get clipboard, not supported by OS? error={}\n", .{err});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue