Skip to content

Commit

Permalink
Set -sourceLevel auto for user tests (#9868)
Browse files Browse the repository at this point in the history
Ensures that we run the latest emulation tests available.

Fixes #9813
  • Loading branch information
niloc132 authored Nov 29, 2023
1 parent 84fa2a1 commit dd81ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="user" default="build" basedir=".">
<property name="gwt.root" location=".."/>
<property name="project.tail" value="user"/>
<property name="test.args" value="-ea"/>
<property name="test.args" value="-ea -sourceLevel auto"/>
<property name="test.jvmargs" value="-ea"/>

<!-- support old variables names -->
Expand Down

0 comments on commit dd81ecf

Please sign in to comment.