aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/snsuns01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/snsuns01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/snsuns01/testsuite.sh2
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