Skip to content

Commit 8340b46

Browse files
committed
fix: remove flaky assert (allow for running v ~/.vmodules/vsl/inout/h5/readhdf5_test.v directly)
1 parent 60a395d commit 8340b46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inout/h5/readhdf5_test.v

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ fn testsuite_end() {
2727
fn test_run() {
2828
res := os.execute('h5dump ${testfile}')
2929
output := res.output.trim_space()
30-
assert output.contains('tsession')
3130
assert output.contains('Shortarray')
3231
assert output.contains('DATATYPE H5T_STD_I32LE')
3332
assert output.contains('DATA {')

0 commit comments

Comments
 (0)