Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jul 14, 2024
1 parent 0afa742 commit 89127dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harness/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ impl TestHarness {
#[allow(unused_variables)]
pub fn get_test_rules(&self, key: &TestKey) -> TestRules {
let caller = self.toolchain_by_test_key(key, CallSide::Caller);
let callee = self.toolchain_by_test_key(key, CallSide::Caller);
let callee = self.toolchain_by_test_key(key, CallSide::Callee);

use TestCheckMode::*;
use TestRunMode::*;
Expand Down

0 comments on commit 89127dc

Please sign in to comment.