Skip to content

Commit 18eaa7e

Browse files
Remove require_winglob
1 parent 8fc4708 commit 18eaa7e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test/Intl/rlexe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<default>
8585
<compile-flags> -Intl -debugLaunch -dbgbaseline:IntlReturnedValueTests.js.dbg.baseline</compile-flags>
8686
<files>IntlReturnedValueTests.js</files>
87-
<tags>Intl,require_winglob</tags> <!-- require_winglob because the baseline contains embedded bi-di markers -->
87+
<tags>Intl</tags>
8888
</default>
8989
</test>
9090
<test>

test/runtests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
# xplat: temp hard coded to exclude unsupported tests
176176
if sys.platform != 'win32':
177177
not_tags.add('exclude_xplat')
178-
not_tags.add('require_winglob')
179178
not_tags.add('require_simd')
180179
else:
181180
not_tags.add('exclude_windows')

0 commit comments

Comments
 (0)