Skip to content

Commit

Permalink
tests: Print error message when compiler test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Mar 7, 2024
1 parent 71ca5a2 commit 4d073ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-compiler.vala
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ namespace Frida.CompilerTest {
compiler = null;
yield device_manager.close ();
} catch (GLib.Error e) {
printerr ("%s\n", e.message);
assert_not_reached ();
}

Expand Down

0 comments on commit 4d073ce

Please sign in to comment.