aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.cpp')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 452e7759b..100ad4d04 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -416,7 +416,6 @@ void TestBlackbox::changedFiles()
QbsRunParameters params2(QStringList("--changed-files") << changedFile);
QCOMPARE(runQbs(params2), 0);
QCOMPARE(m_qbsStdout.count("compiling"), 1);
- QEXPECT_FAIL("initial build without changed files", "QBS-660", Continue);
QCOMPARE(m_qbsStdout.count("creating"), 1);
QVERIFY2(m_qbsStdout.contains("file1.cpp"), m_qbsStdout.constData());
}