Skip to content

Commit

Permalink
Add ExitingNotifier due to modification in hexUnit : DoclerLabs/hexMa…
Browse files Browse the repository at this point in the history
  • Loading branch information
aliokan committed Aug 30, 2017
1 parent 7bdb5c1 commit c46d5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/MainLogTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class MainLogTest
#else
emu.addListener( new hex.unittest.notifier.ConsoleNotifier( ) );
#end
emu.addListener( new hex.unittest.notifier.ExitingNotifier( ) );

emu.addTest( HexLogSuite );
emu.run();
Expand Down

0 comments on commit c46d5ed

Please sign in to comment.