[LLD][COFF] On Windows, fix the date formatting in the 'incremental' test.
authorAlexandre Ganea <alex_toresh@yahoo.fr>
Thu, 14 Jul 2022 20:56:23 +0000 (16:56 -0400)
committerAlexandre Ganea <alex_toresh@yahoo.fr>
Thu, 14 Jul 2022 21:10:09 +0000 (17:10 -0400)
On my system the date formatting is a bit different from what the test used to
support. I'm using:

  Windows 11 version 21H2, build 22000.795 using the English(Canada) region.
  ls from BusyBox 1.36
  VS 2022 17.2.5
  WinSDK 10.0.22000

lld/test/COFF/incremental.test

index 57c06ab..88c1999 100644 (file)
@@ -96,5 +96,5 @@
 # WARN-REF: ignoring '/incremental' because REF is enabled; use '/opt:noref' to disable
 # WARN-ORDER: ignoring '/incremental' due to '/order' specification
 # WARN-PROFILE: ignoring '/incremental' due to '/profile' specification
-# KEEP: {{Feb 1 1980|1980-02-01}}
-# NOKEEP-NOT: {{Feb 1 1980|1980-02-01}}
+# KEEP: {{Feb 1 1980|Feb 01 1980|1980-02-01}}
+# NOKEEP-NOT: {{Feb 1 1980|Feb 01 1980|1980-02-01}}