aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v8/v8main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/v8/v8main.cpp')
-rw-r--r--tests/auto/declarative/v8/v8main.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/declarative/v8/v8main.cpp b/tests/auto/declarative/v8/v8main.cpp
deleted file mode 100644
index 5930f53f90..0000000000
--- a/tests/auto/declarative/v8/v8main.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "v8test.h"
-#include <stdio.h>
-
-#define RUN_TEST(testname) { \
- if (!v8test_ ## testname()) \
- printf ("Test %s FAILED\n", # testname); \
-}
-
-int main(int argc, char *argv[])
-{
- v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
-
- RUN_TEST(eval);
- RUN_TEST(userobjectcompare);
-
- return -1;
-}