From b99e305f3ed4cf4eadbf9cc3d9dc5a75ee8ecc17 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 18 Mar 2014 19:35:24 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@7057 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/StringFind/StringFind.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upptst/StringFind/StringFind.cpp b/upptst/StringFind/StringFind.cpp index 5f2ce46ef..c8cfa4b7d 100644 --- a/upptst/StringFind/StringFind.cpp +++ b/upptst/StringFind/StringFind.cpp @@ -36,8 +36,8 @@ CONSOLE_APP_MAIN { StdLogSetup(LOG_COUT|LOG_FILE); -// WString x("ax"); -// int pos = x.Find(WString("x")); + String x("aaaaaxxxxxxxxx"); + int pos = x.Find(String("aaaaxxxxxxxxx")); Check(); Check();