diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-04 15:34:54 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 16:30:08 +0100 |
| commit | 2641e02529f7c14df9f43aa3a6fede4a4a9a537d (patch) | |
| tree | 94df2196918186f4248a32d25fd7934c9077128f /pkg/compiler/testdata | |
| parent | 2235758e92963b2abd82a206993c28b9009769db (diff) | |
pkg/compiler: fix error message spelling
Add missing space before brackets.
Diffstat (limited to 'pkg/compiler/testdata')
| -rw-r--r-- | pkg/compiler/testdata/errors2.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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) |
