diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2021-03-24 10:13:40 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-29 17:25:49 -0400 |
commit | 38504b6f8e08db8526621ec8f11441de6d91f9ff (patch) | |
tree | 2d0f4cc95f6aab6d719351604618c3c085d174b6 /testsuite/tests/llvm | |
parent | e72a2f770853c96f530423f0e3738aef193543b5 (diff) | |
download | haskell-38504b6f8e08db8526621ec8f11441de6d91f9ff.tar.gz |
[testsuite] Fix SubsectionsViaSymbols test
Diffstat (limited to 'testsuite/tests/llvm')
-rw-r--r-- | testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.m | 2 | ||||
-rw-r--r-- | testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.stdout | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.m b/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.m index 9fb2bc6839..fe92abeec1 100644 --- a/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.m +++ b/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.m @@ -1,6 +1,6 @@ #import <Foundation/Foundation.h> #import "HsFFI.h" -#import "SymbolsViaSections_stub.h" +#import "SubsectionsViaSymbols_stub.h" int main(int argc, char * argv[]) { diff --git a/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.stdout b/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.stdout index 0daadb5013..548813e7a4 100644 --- a/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.stdout +++ b/testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.stdout @@ -1,2 +1,3 @@ +[1 of 1] Compiling SymbolsViaSections ( SubsectionsViaSymbols.hs, SubsectionsViaSymbols.o ) Linking subsections_via_symbols ... .......... |