summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2022-12-15 14:12:14 -0600
committersanine-a <sanine.not@pm.me>2022-12-15 14:12:14 -0600
commit6c52ff16d6a9abd9292c311f6dc736f37b69dfe9 (patch)
tree1c589b7584bb72fe9cf6baaa9cd9da8646cad3c5 /tests
parentd301084c27812519de466fc905af3e85d928b737 (diff)
update test_LILY_LOCATION
Diffstat (limited to 'tests')
-rw-r--r--tests/macro-tests.c2
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;