From b35ab0b8437d7fb4cbd113c74384506254c511eb Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 24 Feb 2025 22:39:30 -0500 Subject: [PATCH] Tests: Fix last commit --- test_regress/t/t_specparam_unsup.out | 4 ++-- test_regress/t/t_specparam_unsup.v | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test_regress/t/t_specparam_unsup.out b/test_regress/t/t_specparam_unsup.out index ec5eee3ee..8b9c4dfc6 100644 --- a/test_regress/t/t_specparam_unsup.out +++ b/test_regress/t/t_specparam_unsup.out @@ -1,4 +1,4 @@ -%Error: t/t_specparam_unsup.v:16:8: Can't find definition of variable: 'tdevice_PU' - 16 | #tdevice_PU PoweredUp = 1'b1; +%Error: t/t_specparam_unsup.v:14:8: Can't find definition of variable: 'tdevice_PU' + 14 | #tdevice_PU PoweredUp = 1'b1; | ^~~~~~~~~~ %Error: Exiting due to diff --git a/test_regress/t/t_specparam_unsup.v b/test_regress/t/t_specparam_unsup.v index 3ac81249a..cd0a08072 100644 --- a/test_regress/t/t_specparam_unsup.v +++ b/test_regress/t/t_specparam_unsup.v @@ -4,8 +4,6 @@ // any use, without warranty, 2025 by Wilson Snyder. // SPDX-License-Identifier: CC0-1.0 -// FIXME - module t (); reg PoweredUp; specify