diff options
Diffstat (limited to 'tests/assert-msg-test.c')
-rw-r--r-- | tests/assert-msg-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/assert-msg-test.c b/tests/assert-msg-test.c index 44f8010ee..75591c853 100644 --- a/tests/assert-msg-test.c +++ b/tests/assert-msg-test.c @@ -5,4 +5,3 @@ int main(int argc, char **argv) g_assert(42 < 0); return 0; } - |