mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Fix off-by-one error in #line directives
The line number is the number of the next line. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#line 1 "helpers.function"
|
||||
#line 2 "helpers.function"
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Headers */
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#line 1 "main_test.function"
|
||||
#line 2 "main_test.function"
|
||||
SUITE_PRE_DEP
|
||||
#define TEST_SUITE_ACTIVE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user