Skip to content

Commit

Permalink
Update tests that don't run on my platform
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Mar 11, 2019
1 parent c1cfacf commit 07f99b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 51 deletions.
16 changes: 0 additions & 16 deletions src/test/ui/error-codes/E0161.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/parser/mod_file_not_exist.stderr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
error[E0583]: file not found for module `not_a_real_file`
--> $DIR/mod_file_not_exist.rs:3:5
|
LL | mod not_a_real_file; //~ ERROR file not found for module `not_a_real_file`
LL | mod not_a_real_file;
| ^^^^^^^^^^^^^^^
|
= help: name the file either not_a_real_file.rs or not_a_real_file/mod.rs inside the directory "$DIR"
Expand Down
32 changes: 0 additions & 32 deletions src/test/ui/regions/regions-free-region-ordering-caller.stderr

This file was deleted.

4 changes: 2 additions & 2 deletions src/test/ui/wasm-custom-section-relocations.stderr
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
error: statics with a custom `#[link_section]` must be a simple list of bytes on the wasm target with no extra levels of indirection such as references
--> $DIR/wasm-custom-section-relocations.rs:4:1
|
LL | pub static A: &[u8] = &[1]; //~ ERROR: no extra levels of indirection
LL | pub static A: &[u8] = &[1];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: statics with a custom `#[link_section]` must be a simple list of bytes on the wasm target with no extra levels of indirection such as references
--> $DIR/wasm-custom-section-relocations.rs:13:1
|
LL | pub static D: &usize = &C; //~ ERROR: no extra levels of indirection
LL | pub static D: &usize = &C;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors
Expand Down

0 comments on commit 07f99b9

Please sign in to comment.