diff options
| author | Alexander Potapenko <glider@google.com> | 2025-07-30 11:49:47 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-07-31 12:27:19 +0000 |
| commit | 3526e777e9f189bbd898e10cf3042abe4c75f179 (patch) | |
| tree | cd03a46ac3d02c042dbd15ae0f6683f63b52c4c8 /pkg | |
| parent | 9a518853aaea13e0a60411b7be7d3ff1f05962de (diff) | |
pkg/runtest: typo fix
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/runtest/run_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/runtest/run_test.go b/pkg/runtest/run_test.go index b566f74dd..97c31d6f9 100644 --- a/pkg/runtest/run_test.go +++ b/pkg/runtest/run_test.go @@ -109,7 +109,7 @@ func test(t *testing.T, sysTarget *targets.Target) { flatrpc.FeatureSwap for feat, name := range flatrpc.EnumNamesFeature { if features&feat != want&feat { - t.Errorf("expect featue %v to be %v, but it is %v", + t.Errorf("expect feature %v to be %v, but it is %v", name, want&feat != 0, features&feat != 0) } } |
