diff options
| author | Felix S Klock II <pnkfelix@pnkfx.org> | 2019-10-03 11:10:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-03 11:10:13 +0200 |
| commit | 71e5f7893490d3fa4f9e55ebf5a13cffc2bb1607 (patch) | |
| tree | 1102a8180b90a42ee1260d958dd22a926addac19 | |
| parent | 5e7e8cd41f5591285bf764e3a8fc87ed89db21ba (diff) | |
| download | rust-71e5f7893490d3fa4f9e55ebf5a13cffc2bb1607.tar.gz rust-71e5f7893490d3fa4f9e55ebf5a13cffc2bb1607.zip | |
Update issue-64655-extern-rust-must-allow-unwind.rs
placate tidy
| -rw-r--r-- | src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs b/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs index 346d176ad3b..4d521e47039 100644 --- a/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs +++ b/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs @@ -79,4 +79,3 @@ fn main() { assert_eq!(SHARED.fetch_add(0, Ordering::SeqCst), 1); } - |
