From 2641e02529f7c14df9f43aa3a6fede4a4a9a537d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 4 Jan 2022 15:34:54 +0100 Subject: pkg/compiler: fix error message spelling Add missing space before brackets. --- pkg/compiler/testdata/errors2.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/compiler/testdata') diff --git a/pkg/compiler/testdata/errors2.txt b/pkg/compiler/testdata/errors2.txt index 75c202fba..40764777c 100644 --- a/pkg/compiler/testdata/errors2.txt +++ b/pkg/compiler/testdata/errors2.txt @@ -184,10 +184,10 @@ resource r112[int8] ### resource r112 can't be created (never mentioned as a sy resource r113[int8] resource r114[int8] resource r115[int8] ### resource r115 can't be created (never mentioned as a syscall return value or output argument/field) -resource r116[int8] ### resource r116 is never used as an input(such resources are not useful) -resource r117[int8] ### resource r117 is never used as an input(such resources are not useful) -resource r118[int8] ### resource r118 is never used as an input(such resources are not useful) -resource r119[int8] ### resource r119 is never used as an input(such resources are not useful) +resource r116[int8] ### resource r116 is never used as an input (such resources are not useful) +resource r117[int8] ### resource r117 is never used as an input (such resources are not useful) +resource r118[int8] ### resource r118 is never used as an input (such resources are not useful) +resource r119[int8] ### resource r119 is never used as an input (such resources are not useful) resource r120[int8] ### resource r120 can't be created (never mentioned as a syscall return value or output argument/field) foo$300(a0 r100, a1 r101, a2 r102, a3 r103, a4 r104, a5 r105, a6 r106, a7 r107, a8 r108) -- cgit mrf-deployment