forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit294a7f1
lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILE
A build condition was missing around a compilation test, this compilationtest comes from the original test_bitfield code.And removed unnecessary code for this test.Fixes:d2585f5 ("lib: kunit: add bitfield test conversion to KUnit")Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>Link:https://lore.kernel.org/linux-next/20201015163056.56fcc835@canb.auug.org.au/Reviewed-by: Brendan Higgins <brendanhiggins@google.com>Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>1 parentd2585f5 commit294a7f1
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
0 commit comments
Comments
(0)