Changeset 778

Show
Ignore:
Timestamp:
03/16/05 05:01:58 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
2093
Message:

* be more specific in 'setting LANG to UTF-8 mode'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/syntax/unicode.t

    r754 r778  
    88    plan 2; 
    99    ok(eval 'my $foo; sub foo {}; 1', "ascii declaration"); 
    10     skip("GHC is not in unicode mode; try setting LANG to UTF-8 mode?"); 
     10    skip("GHC is not in unicode mode; try setting LANG to *.UTF-8?"); 
    1111    exit(); 
    1212}