summaryrefslogtreecommitdiff
path: root/tests/c++.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/c++.at')
-rw-r--r--tests/c++.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/c++.at b/tests/c++.at
index 5cbbc91e..949bdeb6 100644
--- a/tests/c++.at
+++ b/tests/c++.at
@@ -46,7 +46,7 @@ template <typename T>
bool
check (const T& in, const std::string& s)
{
- const static bool verbose = getenv ("VERBOSE");
+ const static bool verbose = getenv ("DEBUG");
std::stringstream os;
os << in;
if (os.str () == s)