Introspection fix
[gnumeric.git] / test / t1019-numtheory.pl
blob81cb429e28d76b4dba6e188ba85e2871d289f839
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 my $file = "numtheory.gnumeric";
9 &message ("Check that $file evaluates correctly.");
10 &test_sheet_calc ("$samples/$file", "A1", sub { /\bOK\b/i });