summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;