Skip to content

Commit 3bee318

Browse files
author
aq17
committed
fix path
1 parent 919b6ad commit 3bee318

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/codegen/java/gen_program_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ func TestGenerateJavaProgram(t *testing.T) {
3232
assert.NoError(t, err)
3333
for _, f := range files {
3434
tests = append(tests, test.ProgramTest{
35-
Directory: filepath.Join(transpiledExamplesDir, strings.TrimSuffix(f.Name(), "-pp")),
35+
Directory: strings.TrimSuffix(f.Name(), "-pp"),
3636
})
3737
}
38+
continue
3839
}
3940
if !strings.HasSuffix(name, "-pp") {
4041
continue

0 commit comments

Comments
 (0)