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:
Jorropo
2021-12-04 04:10:09 +01:00
committed by Rod Vagg
parent 714f5c0130
commit 0bd72a8c32
2 changed files with 2 additions and 2 deletions

2
spec

Submodule spec updated: 3806057e6f...a4b4a4e5e4

View File

@@ -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)
}