Skip to content
Snippets Groups Projects
Commit 4f64abfa authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] new test for behavior of __FC_ASSERT_FILE in presence of include

parent dde15bba
No related branches found
No related tags found
No related merge requests found
#include "assert_location.h"
void c() {
assert("I'm in assert_location.c");
}
#include "assert.h"
void h() {
assert("I'm in assert_location.h");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment