diff options
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/cache/check_local_by_default2.out | 4 | ||||
-rw-r--r-- | cli/tests/testdata/eval/check_local_by_default2.out | 7 | ||||
-rw-r--r-- | cli/tests/testdata/future_check1.out | 1 |
3 files changed, 3 insertions, 9 deletions
diff --git a/cli/tests/testdata/cache/check_local_by_default2.out b/cli/tests/testdata/cache/check_local_by_default2.out index 1367dc70e..e69de29bb 100644 --- a/cli/tests/testdata/cache/check_local_by_default2.out +++ b/cli/tests/testdata/cache/check_local_by_default2.out @@ -1,4 +0,0 @@ -error: TS2322 [ERROR]: Type '12' is not assignable to type '"b"'. -const b: "b" = 12; - ^ - at [WILDCARD]cache/check_local_by_default2.ts:3:7 diff --git a/cli/tests/testdata/eval/check_local_by_default2.out b/cli/tests/testdata/eval/check_local_by_default2.out index 072068827..086d4bb34 100644 --- a/cli/tests/testdata/eval/check_local_by_default2.out +++ b/cli/tests/testdata/eval/check_local_by_default2.out @@ -1,4 +1,3 @@ -error: TS2322 [ERROR]: Type '12' is not assignable to type '"b"'. -const b: "b" = 12; - ^ - at [WILDCARD]eval/check_local_by_default2.ts:3:7 +12 +12 +Module {} diff --git a/cli/tests/testdata/future_check1.out b/cli/tests/testdata/future_check1.out deleted file mode 100644 index c626a5485..000000000 --- a/cli/tests/testdata/future_check1.out +++ /dev/null @@ -1 +0,0 @@ -Check [WILDCARD]/future_check.ts |