summaryrefslogtreecommitdiffstats
path: root/tests/auto/v8/tst_v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/v8/tst_v8.cpp')
-rw-r--r--tests/auto/v8/tst_v8.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/v8/tst_v8.cpp b/tests/auto/v8/tst_v8.cpp
index fcb49f84e0..c753806518 100644
--- a/tests/auto/v8/tst_v8.cpp
+++ b/tests/auto/v8/tst_v8.cpp
@@ -57,7 +57,6 @@ private slots:
void eval();
void evalwithinwith();
void userobjectcompare();
- void externalteardown();
};
void tst_v8::eval()
@@ -75,11 +74,6 @@ void tst_v8::userobjectcompare()
QVERIFY(v8test_userobjectcompare());
}
-void tst_v8::externalteardown()
-{
- QVERIFY(v8test_externalteardown());
-}
-
int main(int argc, char *argv[])
{
V8::SetFlagsFromCommandLine(&argc, argv, true);