From b5f3c66c8182e2ca2d0670d3e0962bc215fea220 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sun, 7 Dec 2014 18:44:54 +0000 Subject: Fix ECMSetupVersionTest/new_explicit_header_abspath The #include in the main.c file did not match the generated header file name, so it was actually incorrectly including the header from another test. BUG: 341576 --- tests/ECMSetupVersionTest/new_explicit_header_abspath/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ECMSetupVersionTest/new_explicit_header_abspath/main.c b/tests/ECMSetupVersionTest/new_explicit_header_abspath/main.c index d7168a79..7c3c781e 100644 --- a/tests/ECMSetupVersionTest/new_explicit_header_abspath/main.c +++ b/tests/ECMSetupVersionTest/new_explicit_header_abspath/main.c @@ -1,4 +1,4 @@ -#include +#include #include #include -- cgit v1.2.1