From 02ebbe2ff6d86721356236b4906df87163d48f2d Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Tue, 6 Oct 2009 23:17:07 +0000 Subject: binary-arith.cc: Fix directive to skip test. * testsuite/decimal/binary-arith.cc: Fix directive to skip test. * testsuite/decimal/cast_neg.cc: Ditto. * testsuite/decimal/comparison.cc: Ditto. * testsuite/decimal/compound-assignment.cc: Ditto. * testsuite/decimal/compound-assignment-memfunc.cc: Ditto. * testsuite/decimal/conversion-from-float.cc: Ditto. * testsuite/decimal/conversion-from-integral.cc: Ditto. * testsuite/decimal/conversion-to-generic-float.cc: Ditto. * testsuite/decimal/conversion-to-integral.cc: Ditto. * testsuite/decimal/ctor.cc: Ditto. * testsuite/decimal/incdec.cc: Ditto. * testsuite/decimal/incdec-memfunc.cc: Ditto. * testsuite/decimal/make-decimal.cc: Ditto. * testsuite/decimal/mixed-mode_neg.cc: Ditto. * testsuite/decimal/operator_neg.cc: Ditto. * testsuite/decimal/unary-arith.cc: Ditto. From-SVN: r152502 --- libstdc++-v3/testsuite/decimal/binary-arith.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/testsuite/decimal/binary-arith.cc') diff --git a/libstdc++-v3/testsuite/decimal/binary-arith.cc b/libstdc++-v3/testsuite/decimal/binary-arith.cc index e613ff0..180bca57 100644 --- a/libstdc++-v3/testsuite/decimal/binary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/binary-arith.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { dg-require-effective-target-dfp } +// { dg-require-effective-target dfp } // ISO/IEC TR 24733 3.2.8 Binary arithmetic operators. -- cgit v1.1