test_neq

test_neq :: fn { str_neq; s64_neq; u64_neq; f32_neq; f64_neq; ptr_neq; }

Overloads

fn (got: string, not_expected: string, loc := #call_location)
fn (got: s64, not_expected: s64, loc := #call_location)
fn (got: u64, not_expected: u64, loc := #call_location)
fn (got: f32, not_expected: f32, loc := #call_location)
fn (got: f64, not_expected: f64, loc := #call_location)
fn (got: *u8, not_expected: *u8, loc := #call_location)

Test whether got value is not equal to not_expected value.

Declared in: test.bl