Branch: Tag:

2000-03-09

2000-03-09 15:55:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added a few tests of this_program.

Rev: src/testsuite.in:1.283

1:   dnl -*- Pike -*- - test_true([["$Id: testsuite.in,v 1.282 2000/03/07 21:22:54 hubbe Exp $"]]); + test_true([["$Id: testsuite.in,v 1.283 2000/03/09 15:55:32 grubba Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
217:   }   ]])    + dnl + dnl this_program + dnl + test_true(this_program) + test_any([[int this_program; return this_program;]], 0) + test_true(class A { int a() { return this_program == A; }}; return A()->a();) +    dnl test_compile_error(0())   test_compile_error(1())   test_compile_error(""())