summaryrefslogtreecommitdiff
path: root/t/comp/colon.t
diff options
context:
space:
mode:
Diffstat (limited to 't/comp/colon.t')
-rw-r--r--t/comp/colon.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/comp/colon.t b/t/comp/colon.t
index d2c64fe4c5..122e33ead9 100644
--- a/t/comp/colon.t
+++ b/t/comp/colon.t
@@ -125,14 +125,14 @@ ok 22, (not eval "y:1" and
not eval "y:echo: eq y|echo|" and
eval "y:echo:ohce: >= 0");
-ok 23, (eval "AUTOLOAD:1" and
+ok 23, (not eval "AUTOLOAD:1" and
not eval "AUTOLOAD:echo: eq AUTOLOAD|echo|" and
not eval "AUTOLOAD:echo:ohce: >= 0");
-ok 24, (eval "and:1" and
+ok 24, (not eval "and:1" and
not eval "and:echo: eq and|echo|" and
not eval "and:echo:ohce: >= 0");
-ok 25, (eval "alarm:1" and
+ok 25, (not eval "alarm:1" and
not eval "alarm:echo: eq alarm|echo|" and
not eval "alarm:echo:ohce: >= 0");