aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ast.h b/src/ast.h
index c9db9061..c682726f 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -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 {