diff options
Diffstat (limited to 'cli/tests/testdata/eval_context_conflicting_source.ts')
-rw-r--r-- | cli/tests/testdata/eval_context_conflicting_source.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/eval_context_conflicting_source.ts b/cli/tests/testdata/eval_context_conflicting_source.ts new file mode 100644 index 000000000..671740113 --- /dev/null +++ b/cli/tests/testdata/eval_context_conflicting_source.ts @@ -0,0 +1 @@ +throw new Error("foo"); |