Skip to content
  • Daniel Vetter's avatar
    lib/igt.cocci: Add s/assert/igt_assert/ · 428060c5
    Daniel Vetter authored
    
    
    People use it way too often, and it upsets the test library. The only
    valid places to use this is of igt infrastructure self-tests where you
    need to check something _without_ all the other abi use checks
    igt_fail and friends do. For those tests just #define an internal
    assert to hide it.
    
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    428060c5