Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: sync reference to plat...



details:   https://anonhg.NetBSD.org/src/rev/0db34bccb4c6
branches:  trunk
changeset: 373394:0db34bccb4c6
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Feb 06 21:20:58 2023 +0000

description:
tests/lint: sync reference to platform properties generator

diffstat:

 tests/usr.bin/xlint/lint1/t_integration.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fd40bcb75ef4 -r 0db34bccb4c6 tests/usr.bin/xlint/lint1/t_integration.sh
--- a/tests/usr.bin/xlint/lint1/t_integration.sh        Mon Feb 06 21:01:55 2023 +0000
+++ b/tests/usr.bin/xlint/lint1/t_integration.sh        Mon Feb 06 21:20:58 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_integration.sh,v 1.77 2023/02/06 21:01:55 rillig Exp $
+# $NetBSD: t_integration.sh,v 1.78 2023/02/06 21:20:58 rillig Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -36,7 +36,7 @@
        # shellcheck disable=SC2016
        awk='
                BEGIN {
-                       # see usr.bin/xlint/arch/*/targparam.h
+                       # see ./gen-platforms.sh
                        platform["aarch64"]     = "uchar lp64  long ldbl-128"
                        platform["alpha"]       = "schar lp64  long ldbl-64"
                        platform["arm"]         = "uchar ilp32 long ldbl-64"



Home | Main Index | Thread Index | Old Index