summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/expand/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand/test.cpp b/src/expand/test.cpp
index 01e566ff..12bfbb7d 100644
--- a/src/expand/test.cpp
+++ b/src/expand/test.cpp
@@ -12,7 +12,7 @@
class CTestHandler:
public ExpandDecorator
{
- AttrStage stage() const override { return AttrStage::Pre; }
+ AttrStage stage() const override { return AttrStage::Post; }
void handle(const Span& sp, const AST::MetaItem& mi, ::AST::Crate& crate, const AST::Path& path, AST::Module& mod, AST::Item&i) const override {
if( ! i.is_Function() ) {