mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +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))
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[serial(zig_build)]
|
||||
#[test]
|
||||
#[serial(zig_build)]
|
||||
#[ignore]
|
||||
fn app_internal_relocations_wine() {
|
||||
assert_eq!("Hello foo\n", wine_test(test_internal_relocations))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue