From e9f01ab93c86a17295734568ee97afbd0bceb134 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 22 May 2002 22:36:35 +0000 Subject: We do not want utf8.t to be compiled under -Mutf8, wonky as it sounds. p4raw-id: //depot/perl@16749 --- lib/utf8.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/utf8.t') diff --git a/lib/utf8.t b/lib/utf8.t index e11d856d80..8fc44816f4 100644 --- a/lib/utf8.t +++ b/lib/utf8.t @@ -13,6 +13,8 @@ EOF } } +no utf8; # Ironic, no? + # NOTE! # # Think carefully before adding tests here. In general this should be -- cgit v1.2.1