summaryrefslogtreecommitdiff
path: root/test/regress/6188B0EC.test
blob: 475988e64546ec217faacd46684dabcf1b6161ab (plain)
1
2
3
4
5
6
7
8
9
10
; Test for: No error message if the parser cannot find an included file

!include 6188B0EC-does-not-exist.dat

test bal -> 1
__ERROR__
While parsing file "$sourcepath/test/regress/6188B0EC.test", line 3: 
Error: File to include was not found: "$sourcepath/test/regress/6188B0EC-does-not-exist.dat"
end test