Skip to content

Commit

Permalink
Revert adding -strict to all user tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 8, 2024
1 parent 7f6d6ba commit fd7f88d
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 -sourceLevel auto -strict"/>
<property name="test.args" value="-ea -sourceLevel auto"/>
<property name="test.jvmargs" value="-ea"/>

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

0 comments on commit fd7f88d

Please sign in to comment.