diff options
Diffstat (limited to 'util/lint/check_lint_tests')
-rwxr-xr-x | util/lint/check_lint_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/check_lint_tests b/util/lint/check_lint_tests index 6b1860fdae..6f6942d549 100755 --- a/util/lint/check_lint_tests +++ b/util/lint/check_lint_tests @@ -36,7 +36,7 @@ sed -i "s/for more details./for more details.\n \* You${SPACE}should${SPACE}have git add ${TESTFILE009} #lint-stable-010-asm-syntax -TESTFILE010=src/arch/x86/bootblock_romcc.S +TESTFILE010=src/arch/x86/bootblock_crt0.S sed -i "1s/^/.att${UNDERSCORE}syntax noprefix\n/" ${TESTFILE010} git add ${TESTFILE010} |