summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-07 03:13:42 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-07 03:13:42 +0200
commit326354d6358d4ea13571155ef04c78503b5f8903 (patch)
treeb59cef56c15ea32017c5aaf1df3560169f01f69b /t/008filter.t
parent6bae21652c3120afcaaa2b4fc9f8f12021dc6c5c (diff)
downloadbugzilla-326354d6358d4ea13571155ef04c78503b5f8903.tar.gz
bugzilla-326354d6358d4ea13571155ef04c78503b5f8903.tar.xz
Bug 666313: Remove the obsolete [% FLUSH %] directive
r=glob a=LpSolit
Diffstat (limited to 't/008filter.t')
-rw-r--r--t/008filter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t
index e73d23835..03b0cc6c2 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -173,7 +173,7 @@ sub directive_ok {
# Directives
return 1 if $directive =~ /^(IF|END|UNLESS|FOREACH|PROCESS|INCLUDE|
- BLOCK|USE|ELSE|NEXT|LAST|DEFAULT|FLUSH|
+ BLOCK|USE|ELSE|NEXT|LAST|DEFAULT|
ELSIF|SET|SWITCH|CASE|WHILE|RETURN|STOP|
TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x;