From 794fd2c7580f12006564a4ebd48b093371cccbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Pottier?= Date: Sat, 6 Jul 2024 20:41:11 +0200 Subject: [PATCH] Update the expected output of two negative tests. --- test/applied_to_none.ref | 2 +- test/expects_no_args.ref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/applied_to_none.ref b/test/applied_to_none.ref index a4f06ed..f339d52 100644 --- a/test/applied_to_none.ref +++ b/test/applied_to_none.ref @@ -1,2 +1,2 @@ Error: File "applied_to_none.cppo", line 3, characters 0-3 -Error: "FOO" expects 1 arguments but is applied to none. +Error: "FOO" expects 1 argument but is applied to 0 argument. diff --git a/test/expects_no_args.ref b/test/expects_no_args.ref index 8cd5733..d661b7b 100644 --- a/test/expects_no_args.ref +++ b/test/expects_no_args.ref @@ -1,2 +1,2 @@ Error: File "expects_no_args.cppo", line 3, characters 4-11 -Error: "FOO" expects no arguments +Error: "FOO" expects 0 argument but is applied to 1 argument.