lots o fixes
This commit is contained in:
@@ -1015,7 +1015,7 @@ func TestTailCalls(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestIntegration(t *testing.T) {
|
||||
matches, err := filepath.Glob("../testdata/*.monkey")
|
||||
matches, err := filepath.Glob("../testdata/*.m")
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
@@ -1060,7 +1060,7 @@ func TestExamples(t *testing.T) {
|
||||
t.Skip("skipping test in short mode.")
|
||||
}
|
||||
|
||||
matches, err := filepath.Glob("../examples/*.monkey")
|
||||
matches, err := filepath.Glob("../examples/*.m")
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user