diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/native/native_test.tmpl')
-rw-r--r-- | vendor/github.com/bytedance/sonic/internal/native/native_test.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/native/native_test.tmpl b/vendor/github.com/bytedance/sonic/internal/native/native_test.tmpl index f57337b86..ab6052206 100644 --- a/vendor/github.com/bytedance/sonic/internal/native/native_test.tmpl +++ b/vendor/github.com/bytedance/sonic/internal/native/native_test.tmpl @@ -3,8 +3,6 @@ // Code generated by Makefile, DO NOT EDIT. -// Code generated by Makefile, DO NOT EDIT. - /* * Copyright 2021 ByteDance Inc. * @@ -635,4 +633,4 @@ func BenchmarkNative_GetByPath(b *testing.B) { _ = get_by_path(&s, &p, &path, sm) types.FreeStateMachine(sm) } -}
\ No newline at end of file +} |