summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tm/props-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/tm/props-3.c')
-rw-r--r--gcc/testsuite/gcc.dg/tm/props-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tm/props-3.c b/gcc/testsuite/gcc.dg/tm/props-3.c
index 189dd372109..48f2230cdd2 100644
--- a/gcc/testsuite/gcc.dg/tm/props-3.c
+++ b/gcc/testsuite/gcc.dg/tm/props-3.c
@@ -6,7 +6,7 @@
void (*indirect)(void);
foo(){
- __transaction [[relaxed]] {
+ __transaction_relaxed {
(*indirect)();
}
}