mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 02:37:50 +08:00
6 lines
101 B
Go
6 lines
101 B
Go
package eval_test
|
|
|
|
import "testing"
|
|
|
|
func injectTimeAfterWithSIGINTOrSkip(t *testing.T) { t.Skip() }
|