diff --git a/test/unit_tests/aie2p/00_itsalive/aie.mlir b/test/unit_tests/aie2p/00_itsalive/aie.mlir index 4a1d8f6796..0de3475317 100644 --- a/test/unit_tests/aie2p/00_itsalive/aie.mlir +++ b/test/unit_tests/aie2p/00_itsalive/aie.mlir @@ -13,7 +13,7 @@ // RUN: %python aiecc.py --no-compile --aiesim %s %S/test.cpp // RUN: aie.mlir.prj/aiesim.sh | FileCheck %s -// CHECK: AIE2p ISS +// CHECK: AIE2P ISS // CHECK: Hello, world. // CHECK: Exiting! @@ -25,4 +25,4 @@ module @test00_itsalive { aie.flow(%tile20, DMA : 0, %tile22, DMA : 0) aie.flow(%tile22, DMA : 0, %tile20, DMA : 0) } -} \ No newline at end of file +}