summaryrefslogtreecommitdiffstats
path: root/tests/auto/v8/v8main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/v8/v8main.cpp')
-rw-r--r--tests/auto/v8/v8main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/v8/v8main.cpp b/tests/auto/v8/v8main.cpp
index 882c2b99bb..b38bbabbd5 100644
--- a/tests/auto/v8/v8main.cpp
+++ b/tests/auto/v8/v8main.cpp
@@ -45,8 +45,6 @@
#define RUN_TEST(testname) { \
if (!v8test_ ## testname()) \
printf ("Test %s FAILED\n", # testname); \
- else \
- printf ("Test %s PASS\n", # testname); \
}
int main(int argc, char *argv[])
@@ -56,7 +54,6 @@ int main(int argc, char *argv[])
RUN_TEST(eval);
RUN_TEST(evalwithinwith);
RUN_TEST(userobjectcompare);
- RUN_TEST(externalteardown);
return -1;
}