diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2020-10-20 15:50:56 +0800 |
---|---|---|
committer | Moritz Angermann <moritz.angermann@gmail.com> | 2021-03-07 22:19:23 +0800 |
commit | f7062e1b0c91e8aa78e245a3dab9571206fce16d (patch) | |
tree | 8c6b89663daad6cd543a25a465d5110069209acd | |
parent | b821fcc7142edff69aa4c47dc1a5bd30b13c1ceb (diff) | |
download | haskell-f7062e1b0c91e8aa78e245a3dab9571206fce16d.tar.gz |
[testsuite/arm64] fix section_alignment
-rw-r--r-- | testsuite/tests/rts/linker/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/linker/all.T b/testsuite/tests/rts/linker/all.T index 9b15bc4376..db4b7cd25a 100644 --- a/testsuite/tests/rts/linker/all.T +++ b/testsuite/tests/rts/linker/all.T @@ -12,7 +12,7 @@ test('unsigned_reloc_macho_x64', test('section_alignment', [ extra_files(['runner.c', 'section_alignment.c']), - unless(opsys('darwin') and arch('x86_64'), expect_broken(13624)) + unless(opsys('darwin'), expect_broken(13624)) ], run_command, ['$MAKE -s --no-print-directory section_alignment']) |