Skip to content

Commit

Permalink
change "top" to "top-level" for testing #80
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed May 14, 2021
1 parent a33b256 commit e1bed95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/test_01.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ main (int argc, char **argv)
xo_set_info(NULL, info, -1);
xo_set_flags(NULL, XOF_KEYS);

xo_open_container_h(NULL, "top");
xo_open_container_h(NULL, "top-level");

xo_emit("static {:type/ethernet} {:type/bridge} {:type/%4du} {:type/%3d}",
18, 24);
Expand Down Expand Up @@ -255,7 +255,7 @@ main (int argc, char **argv)
"/some/file", (int) 0640, 8, 1,
10, "user", 12, "group");

xo_close_container_h(NULL, "top");
xo_close_container_h(NULL, "top-level");

xo_finish();

Expand Down

0 comments on commit e1bed95

Please sign in to comment.