Module Name: src
Committed By: rillig
Date: Sat Nov 20 13:14:34 UTC 2021
Modified Files:
src/tests/usr.bin/indent: t_options.awk
Log Message:
indent/tests: remove outdated comment
This task was resolved in the previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/indent/t_options.awk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/indent/t_options.awk
diff -u src/tests/usr.bin/indent/t_options.awk:1.6 src/tests/usr.bin/indent/t_options.awk:1.7
--- src/tests/usr.bin/indent/t_options.awk:1.6 Sat Nov 20 13:07:57 2021
+++ src/tests/usr.bin/indent/t_options.awk Sat Nov 20 13:14:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: t_options.awk,v 1.6 2021/11/20 13:07:57 rillig Exp $
+# $NetBSD: t_options.awk,v 1.7 2021/11/20 13:14:34 rillig Exp $
#
# Copyright (c) 2021 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -50,8 +50,6 @@
# The actual output from running indent is written to stdout, the expected
# test output is written to 'expected.out'.
-# TODO: Require 2 empty lines before '#indent input', 1 empty line otherwise.
-
BEGIN {
warned = 0
died = 0