summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Akin <akin@users.sourceforge.net>2000-02-02 01:16:54 +0000
committerAllen Akin <akin@users.sourceforge.net>2000-02-02 01:16:54 +0000
commitaa170052d92d0405e19ead99e52805e7e68398bf (patch)
tree0219de3d5d9a8b3206c6c277fee653ac08b3b946
parent1698c783977f304ac585080df12f780640915421 (diff)
Added warning message, since test is currently unusable.
-rw-r--r--src/glean/tvtxperf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glean/tvtxperf.cpp b/src/glean/tvtxperf.cpp
index 8971375..61cd9c8 100644
--- a/src/glean/tvtxperf.cpp
+++ b/src/glean/tvtxperf.cpp
@@ -323,6 +323,8 @@ ColoredLitPerf::runOne(Result& r, Window& w) {
env->log << name << ": PASS "
<< r.config->conciseDescription() << '\n';
logStats(r, env);
+env->log
+<< "\tTHIS TEST IS UNDER DEVELOPMENT; THE RESULTS ARE NOT YET USABLE.\n";
} // ColoredLitPerf::runOne
///////////////////////////////////////////////////////////////////////////////