summaryrefslogtreecommitdiffstats
path: root/test/QT/moc-from-header.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QT/moc-from-header.py')
-rw-r--r--test/QT/moc-from-header.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/QT/moc-from-header.py b/test/QT/moc-from-header.py
index 1dbcd0f..2878136 100644
--- a/test/QT/moc-from-header.py
+++ b/test/QT/moc-from-header.py
@@ -92,7 +92,6 @@ test.must_exist(test.workpath('build', moc))
test.run(arguments = "build_dir=1 chdir=1 dup=0 " +
test.workpath('build_dup0', aaa_exe) )
-test.must_exist(['build_dup0', moc],
- ['build_dup0', aaa_exe])
+test.must_exist(['build_dup0', moc])
test.pass_test()