Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Dec 7, 2021
1 parent d74ff29 commit 36f5105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class skip_tactic : public tactic {
void operator()(goal_ref const & in, goal_ref_buffer& result) override;
void cleanup() override {}
tactic * translate(ast_manager & m) override { return this; }
char const* name() const { return "skip"; }
char const* name() const override { return "skip"; }
};

tactic * mk_skip_tactic();
Expand Down

0 comments on commit 36f5105

Please sign in to comment.