Skip to content

Commit

Permalink
fixed the error test. This is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Jun 18, 2024
1 parent d5712fa commit c489567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---STDERR---
Error: Attempted to write an undefined value to register or memory named "main.reg0"
thread 'main' panicked at interp/src/serialization/data_dump.rs:162:48:
thread 'main' panicked at interp/src/serialization/data_dump.rs:160:48:
called `Result::unwrap()` on an `Err` value: Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

0 comments on commit c489567

Please sign in to comment.