aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn/unused-result1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/warn/unused-result1.C')
-rw-r--r--gcc/testsuite/g++.dg/warn/unused-result1.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/warn/unused-result1.C b/gcc/testsuite/g++.dg/warn/unused-result1.C
index 466c99e..1b9ef8a 100644
--- a/gcc/testsuite/g++.dg/warn/unused-result1.C
+++ b/gcc/testsuite/g++.dg/warn/unused-result1.C
@@ -6,5 +6,5 @@ public:
};
class QString {
QByteArray toLocal8Bit() const __attribute__ ((warn_unused_result));
- void fooWarnHere() const { toLocal8Bit(); } // { dg-warning "ignoring" "" { xfail *-*-* } }
+ void fooWarnHere() const { toLocal8Bit(); } // { dg-warning "ignoring" }
};