mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
ignore in different order
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
c48c8f6d2c
commit
cae7d5eaba
1 changed files with 2 additions and 2 deletions
|
@ -1885,9 +1885,9 @@ mod test {
|
||||||
assert_eq!("Hello foo\n", windows_test(test_internal_relocations))
|
assert_eq!("Hello foo\n", windows_test(test_internal_relocations))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[serial(zig_build)]
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[serial(zig_build)]
|
||||||
|
#[ignore]
|
||||||
fn app_internal_relocations_wine() {
|
fn app_internal_relocations_wine() {
|
||||||
assert_eq!("Hello foo\n", wine_test(test_internal_relocations))
|
assert_eq!("Hello foo\n", wine_test(test_internal_relocations))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue