Skip to content

Commit 83f42e1

Browse files
committed
add dummy test
Signed-off-by: joejiong <1004691415qq@gmail.com>
1 parent c0b6168 commit 83f42e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/Export/bool_test.mlir

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// RUN: p4mlir-export-bmv2 --json-output %s | FileCheck %s
2+
3+
module {
4+
%1 = p4hir.const #p4hir.bool<false> : !p4hir.bool
5+
}
6+
7+
// CHECK: p4hir.const

0 commit comments

Comments
 (0)