From 660bc757f1bdc050d250d130704f565c077b19a5 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 4 Feb 2012 20:00:36 -0500 Subject: [PATCH] Tests: Remove debug --- test_regress/t/t_tri_pullup.pl | 2 +- test_regress/t/t_tri_select.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_regress/t/t_tri_pullup.pl b/test_regress/t/t_tri_pullup.pl index af7e316e8..e1b68002f 100755 --- a/test_regress/t/t_tri_pullup.pl +++ b/test_regress/t/t_tri_pullup.pl @@ -12,7 +12,7 @@ $Self->{vlt} or $Self->skip("Verilator only test"); compile ( make_top_shell => 0, make_main => 0, - verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp --debug"], + verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp"], ); execute ( diff --git a/test_regress/t/t_tri_select.pl b/test_regress/t/t_tri_select.pl index af7e316e8..e1b68002f 100755 --- a/test_regress/t/t_tri_select.pl +++ b/test_regress/t/t_tri_select.pl @@ -12,7 +12,7 @@ $Self->{vlt} or $Self->skip("Verilator only test"); compile ( make_top_shell => 0, make_main => 0, - verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp --debug"], + verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp"], ); execute (