diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -323,8 +323,7 @@ struct ast_s { Moment_t moment; } Moment; struct { - ast_t *expr; - const char *output; + ast_t *expr, *expected; bool skip_source:1; } DocTest; struct { |
