glfw: correctly test Monitor implementation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-16 16:56:58 -07:00
parent 10eb3b5680
commit 8ade50719d
2 changed files with 6 additions and 4 deletions

View file

@ -143,5 +143,6 @@ test "version" {
}
test "basic" {
_ = Monitor;
basicTest() catch unreachable;
}