Skip to content

Commit be162ed

Browse files
committed
Update cmd line execution #20.
Signed-off-by: Gerd Zellweger <[email protected]>
1 parent 158cd8a commit be162ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kvm/bin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(linkage, naked_functions, asm, const_fn, test, proc_macro)]
2-
// Execute using: RUSTFLAGS="-C soft-float -C relocation-model=static -C code-model=kernel" RUST_BACKTRACE=1 cargo test --verbose --test kvm -- --nocapture
2+
// Execute using: RUSTFLAGS="-C relocation-model=dynamic-no-pic -C code-model=kernel" RUST_BACKTRACE=1 cargo test --verbose --test kvm -- --nocapture
33

44
extern crate kvm;
55
extern crate memmap;

0 commit comments

Comments
 (0)