Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tc() tests, now that we have tc()
  • Loading branch information
lizmat committed Aug 26, 2013
1 parent cb5beb6 commit ae3f5f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-lexical-conventions/unicode.t
Expand Up @@ -81,7 +81,6 @@ is((do { my $दूसरा = 2; sub टोटल ($x) { $x + 2 }; टोटल
# Unicode placeholder variables
#?mildew skip 'placeholders are NIY'
#?rakudo skip 'tc'
{
is
~(< foostraße barstraße fakestraße >.map: { tc $^straßenname }),
Expand All @@ -91,7 +90,6 @@ is((do { my $दूसरा = 2; sub टोटल ($x) { $x + 2 }; टोटल
# Unicode methods and attributes
#?mildew skip 'classes are NIY'
#?rakudo skip 'tc'
{
class A {
has $!möp = 'pugs';
Expand Down

0 comments on commit ae3f5f8

Please sign in to comment.