]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/uobjtest.cpp
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / test / intltest / uobjtest.cpp
index 4639966d9036ca335b1f733bf1fa91c0709020ec..e607f2f32b0170585024a60db0d7a7ffedf7c8d8 100644 (file)
@@ -1,13 +1,13 @@
 /********************************************************************
- * COPYRIGHT: 
- * Copyright (c) 1997-2011, International Business Machines Corporation and
+ * COPYRIGHT:
+ * Copyright (c) 1997-2012, International Business Machines Corporation and
  * others. All Rights Reserved.
- * Copyright (C) 2010 , Yahoo! Inc. 
+ * Copyright (C) 2010 , Yahoo! Inc.
  ********************************************************************/
 
 #include <stdio.h>
 #include <string.h>
-#include <typeinfo>  // for 'typeid' to work
+#include "utypeinfo.h"  // for 'typeid' to work
 
 #include "uobjtest.h"
 #include "cmemory.h" // UAlignedMemory
@@ -325,6 +325,8 @@ void UObjectTest::testIDs()
     ids_count = 0;
     UErrorCode status = U_ZERO_ERROR;
 
+    TESTCLASSID_NONE_CTOR(UObject, ());
+
 #if !UCONFIG_NO_TRANSLITERATION || !UCONFIG_NO_FORMATTING
     UParseError parseError;
 #endif