mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-14 22:29:57 +00:00
Fix off-by-one error in #line directives
The line number is the number of the next line. Signed-off-by: Gilles Peskine <[email protected]>
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