From bf44ea1350c69022486a31d3b2a27c69427a62a3 Mon Sep 17 00:00:00 2001 From: Juho Eerola Date: Thu, 13 Jan 2022 00:27:17 +0200 Subject: [PATCH] Fix expected outcome in test The reported error is now different, so the test is updated accordingly. --- tests/checks/math.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/checks/math.fish b/tests/checks/math.fish index ae3ba8680..83dfeaac3 100644 --- a/tests/checks/math.fish +++ b/tests/checks/math.fish @@ -140,9 +140,9 @@ not math '(1 pi)' # CHECKERR: '(1 pi)' # CHECKERR: ^ not math '(1 pow 1,2)' -# CHECKERR: math: Error: Too many arguments +# CHECKERR: math: Error: Missing operator # CHECKERR: '(1 pow 1,2)' -# CHECKERR: ^ +# CHECKERR: ^ not math # CHECKERR: math: expected >= 1 arguments; got 0 not math -s 12