Skip to content

Commit

Permalink
Fix test break introduced inadvertently in compiler-explorer#6422
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 3, 2024
1 parent 3a6a799 commit abe4abd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/compilers/fake-for-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export class FakeCompiler implements ICompiler {
return {};
}

getDefaultExecOptions() {
return {};
}

getRemote() {
return null;
}
Expand Down

0 comments on commit abe4abd

Please sign in to comment.