aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/plugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/various/plugin.cc')
-rw-r--r--tests/various/plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/various/plugin.cc b/tests/various/plugin.cc
index be305fbda..451484c50 100644
--- a/tests/various/plugin.cc
+++ b/tests/various/plugin.cc
@@ -4,7 +4,7 @@ YOSYS_NAMESPACE_BEGIN
struct TestPass : public Pass {
TestPass() : Pass("test", "test") { }
- void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
+ void execute(std::vector<std::string> args, RTLIL::Design *design) override
{
size_t argidx = 1;
extra_args(args, argidx, design);