8000 s/compile_and_run/run/ · repos-javascript-compilers/JSX@bfddddc · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit bfddddc

Browse files
committed
s/compile_and_run/run/
1 parent f9893fc commit bfddddc

21 files changed

+1
-1
lines changed

t/compile_and_run.t renamed to t/run.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use File::Temp qw(tempdir);
66
use Test::More;
77

88
my @files = @ARGV;
9-
@files = grep { $_ !~ /\.skip\.jsx$/ } <t/compile_and_run/*.jsx>
9+
@files = grep { $_ !~ /\.skip\.jsx$/ } <t/run/*.jsx>
1010
unless @files;
1111

1212
plan tests => scalar @files;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0