aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlmin/tst_qmlmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlmin/tst_qmlmin.cpp')
-rw-r--r--tests/auto/declarative/qmlmin/tst_qmlmin.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qmlmin/tst_qmlmin.cpp b/tests/auto/declarative/qmlmin/tst_qmlmin.cpp
index e933e1812a..de67c936b8 100644
--- a/tests/auto/declarative/qmlmin/tst_qmlmin.cpp
+++ b/tests/auto/declarative/qmlmin/tst_qmlmin.cpp
@@ -150,11 +150,6 @@ void tst_qmlmin::qmlMinify()
QCOMPARE(qmlminify.error(), QProcess::UnknownError);
QCOMPARE(qmlminify.exitStatus(), QProcess::NormalExit);
-
- if (file.endsWith(QLatin1String("/PhotoViewerCore/script/script.js")) ||
- file.endsWith(QLatin1String("/samegame/SamegameCore/samegame.js"))) {
- QEXPECT_FAIL("", "This requires .pragma support in the Javascript parser", Continue);
- }
QCOMPARE(qmlminify.exitCode(), 0);
}