aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug087/testsuite.sh
blob: 27011dc94da5b8abfbfb1c4327d979c8ea9ea633 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

if $GHDL -a; then
  echo "Error message expected"
  exit 1;
fi


echo "Test successful"