summaryrefslogtreecommitdiff
path: root/tests/auto/v8/tst_v8.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-05-31 13:48:10 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-05-31 13:48:10 +0200
commit6f2625e0e0e2818af6fdeb69528ada18556daef2 (patch)
tree4c4fe8c355c57c579d8ab5816c027a3ccd59360a /tests/auto/v8/tst_v8.cpp
parentfb6c137d548bf0752d9e3740f96e6fa61addf3c0 (diff)
parent7d469e82e274d334c7d03d81b10d225c59d30798 (diff)
downloadqtjsbackend-6f2625e0e0e2818af6fdeb69528ada18556daef2.tar.gz
Merge remote-tracking branch 'origin/release' into stable
Change-Id: Ic0daef1ae2cd8d9dc9e4e1597d730a42ad00c7b1
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);