diff options
author | sanine-a <sanine.not@pm.me> | 2022-12-15 14:12:14 -0600 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2022-12-15 14:12:14 -0600 |
commit | 6c52ff16d6a9abd9292c311f6dc736f37b69dfe9 (patch) | |
tree | 1c589b7584bb72fe9cf6baaa9cd9da8646cad3c5 /tests | |
parent | d301084c27812519de466fc905af3e85d928b737 (diff) |
update test_LILY_LOCATION
Diffstat (limited to 'tests')
-rw-r--r-- | tests/macro-tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macro-tests.c b/tests/macro-tests.c index d08b567..e1a9ced 100644 --- a/tests/macro-tests.c +++ b/tests/macro-tests.c @@ -6,7 +6,7 @@ const char * test_LILY_LOCATION() { /* do NOT move the following line, or this test will break! */ - if (strcmp(LILY_LOCATION, "tests/macro-tests.c:8") != 0 && strcmp(LILY_LOCATION, "tests\\macro-tests.c:8") != 0) { + if (strcmp(LILY_LOCATION, "tests/macro-tests.c:9") != 0 && strcmp(LILY_LOCATION, "tests\\macro-tests.c:9") != 0) { return "LILY_LOCATION refers to the wrong location!"; } return 0; |