Skip to content

Commit ac03483

Browse files
authored
Merge pull request #15 from coredac/typo_fix_interpreter
[fix] Typo in interpreter.mlir test
2 parents bb14def + 80461ac commit ac03483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/neura/interpreter/interpreter.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ module {
88
%1 = neura.mov %cst : f32 -> f32
99
%2 = "neura.fadd"(%0, %1) : (f32, f32) -> f32
1010
return %2 : f32
11-
// CHECK: 1.1
11+
// CHECK: 11.0
1212
}
1313
}

0 commit comments

Comments
 (0)