maint: code formatting nit
[cppi/ericb.git] / tests / e3
blobed6757f2864ee4e87fc3a0a51c971dffb63d5281
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #elif(FOO)
7 EOF
9 cat > $t.EO <<\EOF
10 #elif (FOO)
11 EOF
13 cat > $t.Ee <<\EOF
14 cppi: standard input: line 1: found #elif without matching #if
15 EOF
17 expected_status=2
19 . $srcdir/test-common