Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporarily add a dummy test file
For test file that was removed in roast master but is still present in 6.c-errata.

This file will go away once we teach Rakudo's make spectest to use different lists
of test files for each branch of of roast
  • Loading branch information
zoffixznet committed Jan 21, 2017
1 parent 7b680fe commit af65078
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions S15-nfg/grapheme-break.t
@@ -0,0 +1,6 @@
use v6;
use Test;
plan 1;
# https://github.com/rakudo/rakudo/commit/7f970357bd59c011e9f998ba885d317401851781
ok 1, 'dummy test file';

0 comments on commit af65078

Please sign in to comment.