This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] charset.exp: If UTF-16 is not available, skip char16_t, String16 tests.
- From: Tom Tromey <tromey at redhat dot com>
- To: dje at google dot com (Doug Evans)
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 12 May 2011 09:53:08 -0600
- Subject: Re: [patch] charset.exp: If UTF-16 is not available, skip char16_t, String16 tests.
- References: <20110512004610.A9B792461AD@ruffy.mtv.corp.google.com>
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
Doug> 2011-05-11 Doug Evans <dje@google.com>
Doug> * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t, String16 tests.
Seems reasonable.
Doug> +if { $ucs2_ok } {
Spaces look wrong.
Tom