diff options
| author | Alexandru Croitor <[email protected]> | 2022-01-31 11:01:42 +0100 |
|---|---|---|
| committer | Alexandru Croitor <[email protected]> | 2022-01-31 16:20:06 +0100 |
| commit | 8dce9ee119701c4cb83b27c71b6ad1e2a44c366b (patch) | |
| tree | da696ee4f4a4a4f03317168e1471d0467228a2ae | |
| parent | 8437c27582be034aee3582f6ef9496a4319707dd (diff) | |
rcc: Fix missing IGNORE directive for Qt version in tst_rcc
The IGNORE directive was likely removed as an oversight
in the linked change.
This fixes the test to pass when bumping the Qt version.
Amends 9836dbd6ee7860d69c85e64db3dabc3382635d61
Change-Id: I497325d6d8b8b67cce7b0840bfb9bfa70d85fe73
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: MÃ¥rten Nordheim <[email protected]>
| -rw-r--r-- | tests/auto/tools/rcc/data/sizes/size-2-0-35-1.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/rcc/data/sizes/size-2-0-35-1.expected b/tests/auto/tools/rcc/data/sizes/size-2-0-35-1.expected index 5e1b1348e31..4921b3bd9f4 100644 --- a/tests/auto/tools/rcc/data/sizes/size-2-0-35-1.expected +++ b/tests/auto/tools/rcc/data/sizes/size-2-0-35-1.expected @@ -1,7 +1,7 @@ /**************************************************************************** ** Resource object code ** -** Created by: The Resource Compiler for Qt version 6.3.0 +IGNORE:** Created by: The Resource Compiler for Qt version 6.3.0 ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ |
