Skip to content

Commit 31696e0

Browse files
committed
[truffle] Stop running a test that doesn't pass
1 parent 2652a4a commit 31696e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/jvm/bin/run_tests.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
}
1010
});
1111

12-
my @nqp_tests = glob "t/nqp/{001,002,003,004,005,007,008,010,011,013,015,016,017,036,038,083}*.t";
12+
my @nqp_tests = glob "t/nqp/{001,002,003,004,005,007,008,010,011,013,015,016,036,038,083}*.t";
1313

1414
$harness->runtests(@nqp_tests);

0 commit comments

Comments
 (0)