diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-04-06 09:19:40 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-04-07 09:43:31 -0400 |
commit | cab4dc013354e6bce5d104c882f08c4a8f32adea (patch) | |
tree | 617c35c2ead82165660aea3077f65fd2c6e2db59 | |
parent | 633280d7c192d12bf20cb00988f299a2787c8128 (diff) | |
download | haskell-cab4dc013354e6bce5d104c882f08c4a8f32adea.tar.gz |
testsuite: Update expected output from T5435 tests on Windows
I'll admit, I don't currently see *why* this output is reordered
but it is a fairly benign difference and I'm out of time to investigate.
-rw-r--r-- | testsuite/tests/rts/linker/T5435_v_asm_a.stdout-mingw32 | 2 | ||||
-rw-r--r-- | testsuite/tests/rts/linker/T5435_v_gcc.stdout-mingw32 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/rts/linker/T5435_v_asm_a.stdout-mingw32 b/testsuite/tests/rts/linker/T5435_v_asm_a.stdout-mingw32 index 293bd12fb0..f5f0ff1284 100644 --- a/testsuite/tests/rts/linker/T5435_v_asm_a.stdout-mingw32 +++ b/testsuite/tests/rts/linker/T5435_v_asm_a.stdout-mingw32 @@ -1,3 +1,3 @@ +success ctors1 ctors2 -success diff --git a/testsuite/tests/rts/linker/T5435_v_gcc.stdout-mingw32 b/testsuite/tests/rts/linker/T5435_v_gcc.stdout-mingw32 new file mode 100644 index 0000000000..ebe1f4f250 --- /dev/null +++ b/testsuite/tests/rts/linker/T5435_v_gcc.stdout-mingw32 @@ -0,0 +1,2 @@ +success +initializer run |