diff options
Diffstat (limited to 'testsuite/synth/snsuns01/testsuite.sh')
-rwxr-xr-x | testsuite/synth/snsuns01/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/snsuns01/testsuite.sh b/testsuite/synth/snsuns01/testsuite.sh index 453469303..7c67c425c 100755 --- a/testsuite/synth/snsuns01/testsuite.sh +++ b/testsuite/synth/snsuns01/testsuite.sh @@ -15,7 +15,7 @@ for s in u s; do analyze tb_$f.vhdl elab_simulate tb_$f > $s$f.out - diff --strip-trailing-cr $s$f.out $s$f.ref + diff_nocr $s$f.out $s$f.ref done clean |