Skip to content

Commit

Permalink
fix sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 22, 2024
1 parent c8ea574 commit bdb880d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void testExpanderErrorsAfterExpansion() throws Exception {
String name = "expander_post_errors.dslr";
Expander expander = new DefaultExpander();
String expanded = expander.expand( this.getReader( name ) );
System.out.println(expanded);

DRLParser parser = parse( name, expanded );
parser.compilationUnit();
assertThat(parser.hasErrors()).isTrue();
Expand Down

0 comments on commit bdb880d

Please sign in to comment.