submodule: spec/
The spec submodule was on a 2 year old commit and the tests structure changed, this bring it to the latest master at this time.
This commit is contained in:
2
spec
2
spec
Submodule spec updated: 3806057e6f...a4b4a4e5e4
@@ -66,7 +66,7 @@ func TestSpec(t *testing.T) {
|
||||
}
|
||||
}
|
||||
func TestSpecVectors(t *testing.T) {
|
||||
files, err := filepath.Glob("spec/tests/test[0-9]*.csv")
|
||||
files, err := filepath.Glob("spec/tests/*.csv")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user