summaryrefslogtreecommitdiff
path: root/sal/qa
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-18 19:43:17 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-18 19:44:06 +0100
commitc881b1b50e3be023efd4dfdebddd002545ed71b3 (patch)
tree118165046e429a421660f3345324f904774e2a63 /sal/qa
parent8f766122f0c5fbbb5442e1a5dd6f4eab9744d5cd (diff)
long and long long can be the same size (and thus also sal_Int64)
Change-Id: I3961ec27d23915b038c3a803dc71e7d937ca331c
Diffstat (limited to 'sal/qa')
-rw-r--r--sal/qa/rtl/strings/test_strings_valuex.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_strings_valuex.cxx b/sal/qa/rtl/strings/test_strings_valuex.cxx
index d350b0fb401f..9573b1970592 100644
--- a/sal/qa/rtl/strings/test_strings_valuex.cxx
+++ b/sal/qa/rtl/strings/test_strings_valuex.cxx
@@ -70,7 +70,6 @@ void testInt() {
assert( sizeof( long ) <= sizeof( sal_Int64 ));
assert( sizeof( long long ) <= sizeof( sal_Int64 ));
assert( sizeof( unsigned int ) < sizeof( sal_Int64 ));
- assert( sizeof( unsigned long ) < sizeof( sal_Int64 ));
}
void test::strings::valueX::testOUInt() {