From 6c52ff16d6a9abd9292c311f6dc736f37b69dfe9 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Thu, 15 Dec 2022 14:12:14 -0600 Subject: update test_LILY_LOCATION --- tests/macro-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.1