Having `warning` in output makes the test to fail if the second CHECK_NOT is commented out and vice versa. ``` ; CHECK-NOT:{{^.*[Ww]arning.*$}} // shadows the first check ; CHECK-NOT:{{^.*[Ee]rror.*$}} ```
Having
warningin output makes the test to fail if the second CHECK_NOT is commented out and vice versa.