Skip to content

Commit

Permalink
chore: configure tests compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Aug 8, 2021
1 parent fb9285f commit de6984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reveal-test/test/parse-markdown.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ int main() {
];

const codeInfos = await (async () => {
const config = { runMain: true };
const config = { compiler: 'g102', runMain: true };
return await parseMarkdown(path, config);
})();

Expand Down

0 comments on commit de6984c

Please sign in to comment.