summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Fixed_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_Fixed_Test.cpp')
-rw-r--r--ACE/tests/CDR_Fixed_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/CDR_Fixed_Test.cpp b/ACE/tests/CDR_Fixed_Test.cpp
index f9611bbf529..83c175a2f46 100644
--- a/ACE/tests/CDR_Fixed_Test.cpp
+++ b/ACE/tests/CDR_Fixed_Test.cpp
@@ -224,9 +224,6 @@ int run_main (int, ACE_TCHAR *[])
Fixed f29 = Fixed::from_integer (LongLong (1)) / Fixed::from_integer (LongLong (-3));
EXPECT ("-0.333333333333333333333333333333", f29); //TODO: one more 3
- Fixed f30 = Fixed::from_string("-9999752.0000") / Fixed::from_string("-4999876.00");
- EXPECT ("2", f30);
-
ACE_END_TEST;
return failed;
}