summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-03-05 00:26:00 +1100
committerGitHub <noreply@github.com>2020-03-04 14:26:00 +0100
commit30682cf74fa039d3493c74101dca2dbb3a8d49b6 (patch)
tree7e30b2a83822f0e8832883156eaa1ff7d1adc6ab /cli/tests
parent70fe1f9fd3b6eceb39c4324cba668bf069e04f91 (diff)
Migrate internal bundles to System (#4233)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/bundle.test.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/bundle.test.out b/cli/tests/bundle.test.out
index 778754c34..b286dad48 100644
--- a/cli/tests/bundle.test.out
+++ b/cli/tests/bundle.test.out
@@ -1,5 +1,5 @@
[WILDCARD]
-let System, __inst, __inst_s;
+let System, __instantiateAsync, __instantiate;
[WILDCARD]
(() => {
[WILDCARD]
@@ -15,7 +15,7 @@ System.register("mod1", ["subdir2/mod2"], function (exports_3, context_3) {
[WILDCARD]
});
-const __exp = __inst_s("mod1");
+const __exp = __instantiate("mod1");
export const returnsHi = __exp["returnsHi"];
export const returnsFoo2 = __exp["returnsFoo2"];
export const printHello3 = __exp["printHello3"];