aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_redisplay.c2
-rw-r--r--test/test_show_hide.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test_redisplay.c b/test/test_redisplay.c
index f5f0707..4470053 100644
--- a/test/test_redisplay.c
+++ b/test/test_redisplay.c
@@ -96,7 +96,7 @@ int
main(int argc, char** argv)
{
PuglTest app = {puglParseTestOptions(&argc, &argv),
- puglNewWorld(),
+ puglNewWorld(PUGL_PROGRAM, 0),
NULL,
START};
diff --git a/test/test_show_hide.c b/test/test_show_hide.c
index 4877388..b942f45 100644
--- a/test/test_show_hide.c
+++ b/test/test_show_hide.c
@@ -107,7 +107,7 @@ int
main(int argc, char** argv)
{
PuglTest test = {puglParseTestOptions(&argc, &argv),
- puglNewWorld(),
+ puglNewWorld(PUGL_PROGRAM, 0),
NULL,
START};