summaryrefslogtreecommitdiff
path: root/tests/auto/v8/tst_v8.cpp
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-07-04 09:56:42 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-07-04 09:56:42 +0100
commitc6978bf56f599a3da8c03b1a7e58102aa84223e7 (patch)
tree400d769941e13d9814f58d79e9253e941e48ddd6 /tests/auto/v8/tst_v8.cpp
parent704211043d373aba98aa0507bd58c32aed1857c5 (diff)
parentca1ac7634f00b845ded92b5fabfa0d1c53197b01 (diff)
downloadqtjsbackend-c6978bf56f599a3da8c03b1a7e58102aa84223e7.tar.gz
Merge v5.1.0 releasebaserock/morph
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 7461ce3..d4193e4 100644
--- a/tests/auto/v8/tst_v8.cpp
+++ b/tests/auto/v8/tst_v8.cpp
@@ -69,6 +69,7 @@ private slots:
void completehash();
void stringhashcomparison();
void qmlmodevariables();
+ void qmlmodeinlinelocal();
};
void tst_v8::eval()
@@ -146,6 +147,11 @@ void tst_v8::qmlmodevariables()
QVERIFY(v8test_qmlmodevariables());
}
+void tst_v8::qmlmodeinlinelocal()
+{
+ QVERIFY(v8test_qmlmodeinlinelocal());
+}
+
int main(int argc, char *argv[])
{
V8::SetFlagsFromCommandLine(&argc, argv, true);