Skip to content

Commit

Permalink
fixed broken classpath for junit m4 regression test and regenerated t…
Browse files Browse the repository at this point in the history
…he reference M3 model
  • Loading branch information
jurgenvinju committed May 8, 2024
1 parent f42d01c commit be2a8dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private bool compareJarM3s(loc reference, loc jar, M3 (loc) builder)

private list[loc] junitClassPath(loc root)
= [
root + "/lib/hamcrest-hamcrest-core-1.3.jar",
root + "/lib/hamcrest-core-1.3.jar",
root + "/lib/hamcrest-library-1.3.jar"
];

Expand Down
Binary file modified test/org/rascalmpl/test/data/m3/junit4-m3s.bin
Binary file not shown.

0 comments on commit be2a8dc

Please sign in to comment.