diff options
| author | kennytm <kennytm@gmail.com> | 2017-05-24 16:11:32 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-06-02 23:28:22 +0800 |
| commit | 3e6c83de1dc0a72df3663617d394a9e79641618d (patch) | |
| tree | b16adc870d1c179b120f12ed1c2aba9e3aa9482f /src/test/run-pass | |
| parent | 38ef85696dce84d5e6aff171cbf91d396678cbe0 (diff) | |
| download | rust-3e6c83de1dc0a72df3663617d394a9e79641618d.tar.gz rust-3e6c83de1dc0a72df3663617d394a9e79641618d.zip | |
compiletest: Force directive to be first complete word in header comment.
Refactored some related code to take advantage of this change.
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/i128-ffi.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-pass/i128-ffi.rs b/src/test/run-pass/i128-ffi.rs index 473f1cc2301..d07fb7b4a71 100644 --- a/src/test/run-pass/i128-ffi.rs +++ b/src/test/run-pass/i128-ffi.rs @@ -15,7 +15,8 @@ // ignore-windows // Ignore 32 bit targets: -// ignore-x86, ignore-arm +// ignore-x86 +// ignore-arm // ignore-emscripten |
