aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/rule.cxx')
-rw-r--r--build2/test/rule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index 7f6a133..392c9d5 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -172,9 +172,9 @@ namespace build2
}
// If this is not a script, then determine if it is a simple test.
- // Ignore aliases and testscript files themselves at the outset.
+ // Ignore testscript files themselves at the outset.
//
- if (!script && !t.is_a<alias> () && !t.is_a<testscript> ())
+ if (!script && !t.is_a<testscript> ())
{
// For the simple case whether this is a test is controlled by the
// test variable. Also, it feels redundant to specify, say, "test =