summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc')
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc b/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
index 18d52b2d4f4..c7c049c81c9 100644
--- a/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
+++ b/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
@@ -17,7 +17,7 @@
// { dg-require-normal-mode "" }
// { dg-require-cmath "" }
-// { dg-options "-std=gnu++11" }
+// { dg-do run { target c++11 } }
#include <cmath>
#include <random>