* feat: support go1.22 * Temporary fix for consistency tests due to language change in for loops * review: clean old files --------- Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
20 lines
402 B
Go
20 lines
402 B
Go
// Code generated by 'yaegi extract testing/slogtest'. DO NOT EDIT.
|
|
|
|
//go:build go1.22
|
|
// +build go1.22
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"reflect"
|
|
"testing/slogtest"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["testing/slogtest/slogtest"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"Run": reflect.ValueOf(slogtest.Run),
|
|
"TestHandler": reflect.ValueOf(slogtest.TestHandler),
|
|
}
|
|
}
|