Clear up test based on line number differences between the core and the
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / simple.t
CommitLineData
33459055 1BEGIN {
a9153838 2 if( $ENV{PERL_CORE} ) {
3 chdir 't';
4 @INC = '../lib';
5 }
33459055 6}
7
f0f0b3b6 8use strict;
9
10BEGIN { $| = 1; $^W = 1; }
11
12use Test::Simple tests => 3;
13
14ok(1, 'compile');
15
16ok(1);
17ok(1, 'foo');