summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-03-24 10:13:40 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-03-30 00:48:06 -0400
commit971ac952b373740254915fac041522e606596a20 (patch)
tree5ebd126e5036d78c1d221d1561bff7e45c23dc9c
parent0e046cdd4d5f5bb227e510008a7d6b6aa03c8a95 (diff)
downloadhaskell-971ac952b373740254915fac041522e606596a20.tar.gz
[testsuite] Fix SubsectionsViaSymbols test
(cherry picked from commit ffedf105a355a9a7f1e3c6754cecb6709ef45d3a)
-rw-r--r--testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.m2
-rw-r--r--testsuite/tests/llvm/should_run/subsections_via_symbols/subsections_via_symbols.stdout1
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 ...
..........