Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
(cherry picked from commit 42d07c0)
  • Loading branch information
woess authored and rschatz committed Aug 30, 2023
1 parent 7b9590d commit c830290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/external_repos/simplelanguage/language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<properties>
<antlr.version>4.12.0</antlr.version>
<jar.dir>${project.build.directory}/jars</jar.dir>
<test.argLine>--upgrade-module-path='${jar.dir}/truffle-api.jar' --add-opens org.graalvm.polylgot/org.graalvm.polyglot=ALL-UNNAMED --add-exports java.base/jdk.internal.module=ALL-UNNAMED</test.argLine>
<test.argLine>--upgrade-module-path='${jar.dir}/truffle-api.jar' --add-opens org.graalvm.polyglot/org.graalvm.polyglot=ALL-UNNAMED --add-exports java.base/jdk.internal.module=ALL-UNNAMED</test.argLine>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit c830290

Please sign in to comment.