diff --git a/test/ctl/string_test.cc b/test/ctl/string_test.cc index 311b86c83..e43f673a0 100644 --- a/test/ctl/string_test.cc +++ b/test/ctl/string_test.cc @@ -260,13 +260,13 @@ main() return 55; } - // { - // String s = "hello"; - // String s2 = "world"; - // s.swap(s2); - // if (s != "world" || s2 != "hello") - // return 56; - // } + { + String s = "hello"; + String s2 = "world"; + s.swap(s2); + if (s != "world" || s2 != "hello") + return 56; + } { String s = "hello";