Files
revng-revng/tests/unit/mlir_lit_tests/operations/while-without-condition.mlir
Lauri Vasama 35759476b6 Add Clift LIT/FileCheck tests
Some C++ unit tests were also converted into more easily maintainable
LIT/FileCheck tests.
2024-09-04 10:58:02 +02:00

9 lines
228 B
MLIR

//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
// RUN: not %revngcliftopt %s 2>&1 | FileCheck %s
// CHECK: failed to verify constraint: Region representing an expression
clift.while {} {}