maint: code formatting nit
[cppi/ericb.git] / tests / cxx-3
blobf0db3431c864b78f5eb1b65c4c779b7036cb7ccd
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 // unterminated "string in C++ comment should not get an error
7 EOF
9 cat > $t.EO <<\EOF
10 EOF
12 cat > $t.Ee <<\EOF
13 EOF
15 options=-c
16 expected_status=0
18 . $srcdir/test-common