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, 6 insertions, 0 deletions
diff --git a/tests/auto/v8/tst_v8.cpp b/tests/auto/v8/tst_v8.cpp
index 4ff80067c5..c753806518 100644
--- a/tests/auto/v8/tst_v8.cpp
+++ b/tests/auto/v8/tst_v8.cpp
@@ -55,6 +55,7 @@ private slots:
void cleanupTestCase() {}
void eval();
+ void evalwithinwith();
void userobjectcompare();
};
@@ -63,6 +64,11 @@ void tst_v8::eval()
QVERIFY(v8test_eval());
}
+void tst_v8::evalwithinwith()
+{
+ QVERIFY(v8test_evalwithinwith());
+}
+
void tst_v8::userobjectcompare()
{
QVERIFY(v8test_userobjectcompare());