aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1066/testsuite.sh
blob: 56e1683ad4d70706edb9125cb143d66b23fe6100 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

. ../../testenv.sh

analyze_failure hello.vhdl -fno-color-diagnostics 2>&1 | grep "no option expected"

clean

echo "Test successful"