Skip to content

Commit

Permalink
Another fix to make this useable in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Jan 30, 2025
1 parent b4f7007 commit b206287
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/org/rascalmpl/benchmark/RSF/RSFCalls.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ public int measure(){
return measure(["JHotDraw52.rsf", "JDK140AWT.rsf", "JWAM16FullAndreas.rsf", "jdk14v2.rsf", "Eclipse202a.rsf"]);
}

public int measureOne(){
return measure(["JHotDraw52.rsf"]);
public bool measureOne(){
measure(["JHotDraw52.rsf"]);
return true;
}

public int measure(list[str] names){
Expand Down

0 comments on commit b206287

Please sign in to comment.