From ec8e9d4f5bd2c8eed5f086356c1c6dd7c8b40b7f Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 13 Jun 2023 20:03:10 -0600 Subject: chore(core): Refactor runtime and split out tests (#19491) This is a quick first refactoring to split the tests out of runtime and move runtime-related code to a top-level runtime module. There will be a followup to refactor imports a bit, but this is the major change that will most likely conflict with other work and I want to merge it early. --- core/runtime/icudtl.dat | Bin 0 -> 10541264 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 core/runtime/icudtl.dat (limited to 'core/runtime/icudtl.dat') diff --git a/core/runtime/icudtl.dat b/core/runtime/icudtl.dat new file mode 100644 index 000000000..d1f10917a Binary files /dev/null and b/core/runtime/icudtl.dat differ -- cgit v1.2.3