test: Add flags argument to test_get_context()
[platform/upstream/libxkbcommon.git] / test / print-compiled-keymap.c
index 0e14205..7e57fdd 100644 (file)
@@ -71,7 +71,7 @@ main(int argc, char *argv[])
         }
     }
 
-    ctx = test_get_context();
+    ctx = test_get_context(0);
     if (!ctx) {
         fprintf(stderr, "Couldn't create xkb context\n");
         goto err_out;