6188B0EC.test 274 B

1234567891011
  1. ; Test for: No error message if the parser cannot find an included file
  2. !include 6188B0EC-does-not-exist.dat
  3. test bal -> 1
  4. __ERROR__
  5. While parsing file "$FILE", line 3:
  6. Error: File to include was not found: "$sourcepath/test/regress/6188B0EC-does-not-exist.dat"
  7. end test